-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add NVIDIA NGC image aliases #384
Conversation
💯 Should we extend this pr to machine and runner? |
If we did, users would have to perform an extra step (accept the terms) before using |
Maybe we can default to just–in–time provisioning of vanilla Ubuntu 20.04 images, and then recommend switching to the Nvidia ones as an optimization? |
Still more relevant after iterative/cml#895 (comment). |
NVIDIA NGC offers machine and container images with GPU drivers and Docker with GPU support out of the box for
aws
,az
,gcp
,k8s
and other platforms.We are “maintaining” custom AWS machine images (#206) that offer the same packages, plus Node.js for running the CML source distribution. After cml#825 we don't need Node.js anymore, and it makes more sense to use NVIDIA images instead of publishing our own.
Related
Example
Versions
aws
az
gcp
k8s
Example for the
nvidia/cuda:11.6.0-runtime-ubuntu20.04
tag:See https://hub.docker.com/r/nvidia/cuda for a comprehensive list of tags.