Quick reference
-
The official Dlrm(Deep Learning Recommendation Model) docker image.
-
Maintained by: openEuler CloudNative SIG.
-
Where to get help: openEuler CloudNative SIG, openEuler.
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
- 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
- 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.