Skip to content

Commit 0f968d8

Browse files
committed
Update nvidia-container-toolkit installation
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
1 parent a81ff2e commit 0f968d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/install/docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ lspci | grep -i nvidia
130130
Verify your `nvidia-docker` installation:
131131

132132
<pre class="devsite-terminal devsite-click-to-copy">
133-
docker run --gpus all --rm nvidia/cuda nvidia-smi
133+
sudo docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi
134134
</pre>
135135

136136
Note: `nvidia-docker` v2 uses `--runtime=nvidia` instead of `--gpus all`. `nvidia-docker` v1 uses the `nvidia-docker` alias,

0 commit comments

Comments
 (0)