You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/laptops-and-desktops/dgx_persistent_agent/2_build.md
+35-14Lines changed: 35 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,32 +185,53 @@ Run a CUDA validation container:
185
185
186
186
```bash
187
187
docker run --rm --gpus all \
188
-
nvcr.io/nvidia/cuda:12.4.1-base-ubuntu22.04 \
188
+
nvcr.io/nvidia/cuda:13.0.1-devel-ubuntu24.04 \
189
189
nvidia-smi
190
190
```
191
191
192
192
If you have not pulled this image before, Docker downloads it before running `nvidia-smi`. This can take a few minutes depending on your network connection.
193
193
194
194
```text
195
-
Unable to find image 'nvcr.io/nvidia/cuda:12.4.1-base-ubuntu22.04' locally
0 commit comments