Skip to content
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

Update nvidia-container-toolkit installation verification #2360

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MartinJrgsn
Copy link

The tag latest has been deprecated by NVIDIA:

Therefore, the provided command is deprecated:

docker run --gpus all --rm nvidia/cuda nvidia-smi`
Unable to find image 'nvidia/cuda:latest' locally
docker: Error response from daemon: manifest for nvidia/cuda:latest not found: manifest unknown: manifest unknown. See 'docker run --help'.
sudo docker run --gpus all --rm nvidia/cuda nvidia-smi`
Unable to find image 'nvidia/cuda:latest' locally
docker: Error response from daemon: manifest for nvidia/cuda:latest not found: manifest unknown: manifest unknown. See 'docker run --help'.

Updated command found here:
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/sample-workload.html#running-a-sample-workload-with-docker

Copy link

google-cla bot commented Mar 7, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

The tag `latest` has been deprecated by NVIDIA:
NVIDIA/nvidia-container-toolkit#302 (comment)
Therefore, the provided command is deprecated:
`docker run --gpus all --rm nvidia/cuda nvidia-smi`
Unable to find image 'nvidia/cuda:latest' locally
docker: Error response from daemon: manifest for nvidia/cuda:latest not found: manifest unknown: manifest unknown.
See 'docker run --help'.
sudo docker run --gpus all --rm nvidia/cuda nvidia-smi
Unable to find image 'nvidia/cuda:latest' locally
docker: Error response from daemon: manifest for nvidia/cuda:latest not found: manifest unknown: manifest unknown.
See 'docker run --help'.
Updated command found here:
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/sample-workload.html#running-a-sample-workload-with-docker
@MartinJrgsn MartinJrgsn force-pushed the update-nvidia-docker-verification branch from 0f968d8 to 696d717 Compare March 7, 2025 20:08
Copy link
Collaborator

@haifeng-jin haifeng-jin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am passing it on to other reviewers. I do not have enough context on this.

@8bitmp3
Copy link
Contributor

8bitmp3 commented Mar 11, 2025

@MarkDaoust @markmcd cc @mihaimaruseac PTAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants