GGuangJie1update path
2bc565f5创建于 2025年4月28日历史提交
文件最后提交记录最后更新时间
1 年前
1 年前
1 年前
1 年前
README.md

Quick reference

Dotnet-aspnet(ASP.NET Core) | openEuler

Current Dlrm(Deep Learning Recommendation Model) docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Deep Learning Recommendation Model for Personalization and Recommendation Systems,Copyright (c) Facebook, Inc. and its affiliates。

Supported tags and respective Dockerfile links

The tag of each dlrm docker image is consist of the version of dlrm and the version of basic image. The details are as follows

Tags Currently Architectures
1.0-oe2203sp3 Dlrm 1.0 on openEuler 22.03-LTS-SP3 amd64, arm64

Build reference

  1. Build images and push:
docker buildx build -t "openeuler/dlrm:$TAG" --platform linux/amd64,linux/arm64 . --push

We are using buildx in here to generate multi-arch images, see more in Docker Buildx

  1. Run:
docker run -itd --name dlrm openeuler/dlrm:$TAG
docker exec -it dlrm /bin/bash

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.