nemo 1.0.0rc1 docker is ready to use #2060
asher-bs
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
Thanks for sharing! Could you please give more details on what is it based on? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you for creating the container. The official nemo docker is available on NGC - |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made this image with nemo version 1.0.0rc1
https://hub.docker.com/r/docker4b/nvidia_nemo_1.0.0rc1
To run it:
docker run --gpus all -it --rm -w /workspace --shm-size=8g -p 8888:8888 -p 6006:6006 -p 5000:5000 --ulimit memlock=-1 --ulimit stack=67108864 --device=/dev/snd docker4b/nvidia_nemo_1.0.0rc1:latest
Beta Was this translation helpful? Give feedback.
All reactions