Skip to content

Commit 7380b85

Browse files
committed
Upgrade to NVIDIA recommended CUDA container image version
1 parent c003140 commit 7380b85

1 file changed

Lines changed: 35 additions & 14 deletions

File tree

  • content/learning-paths/laptops-and-desktops/dgx_persistent_agent

content/learning-paths/laptops-and-desktops/dgx_persistent_agent/2_build.md

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -185,32 +185,53 @@ Run a CUDA validation container:
185185

186186
```bash
187187
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 \
189189
nvidia-smi
190190
```
191191

192192
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.
193193

194194
```text
195-
Unable to find image 'nvcr.io/nvidia/cuda:12.4.1-base-ubuntu22.04' locally
196-
12.4.1-base-ubuntu22.04: Pulling from nvidia/cuda
197-
70104cd59e2a: Pull complete
198-
35e6dd55b641: Pull complete
199-
56c8cdb42d24: Pull complete
200-
22748568967f: Pull complete
201-
56dc85502937: Pull complete
202-
Digest: sha256:0f6bfcbf267e65123bcc2287e2153dedfc0f24772fb5ce84afe16ac4b2fada95
203-
Status: Downloaded newer image for nvcr.io/nvidia/cuda:12.4.1-base-ubuntu22.04
204-
Wed May 20 18:15:08 2026
195+
Unable to find image 'nvcr.io/nvidia/cuda:13.0.1-devel-ubuntu24.04' locally
196+
13.0.1-devel-ubuntu24.04: Pulling from nvidia/cuda
197+
03f66a4525ea: Pull complete
198+
c03b8ec8dd33: Pull complete
199+
cae1e96ffa7d: Pull complete
200+
2cb956a72162: Pull complete
201+
817eab9d3c52: Pull complete
202+
cc43ec4c1381: Pull complete
203+
30fc8198a31e: Pull complete
204+
c88eadd06616: Pull complete
205+
c7ba38867e8d: Pull complete
206+
fd2e70db7702: Pull complete
207+
85eb6b47da08: Pull complete
208+
Digest: sha256:7d2f6a8c2071d911524f95061a0db363e24d27aa51ec831fcccf9e76eb72bc92
209+
Status: Downloaded newer image for nvcr.io/nvidia/cuda:13.0.1-devel-ubuntu24.04
210+
211+
==========
212+
== CUDA ==
213+
==========
214+
215+
CUDA Version 13.0.1
216+
217+
Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
218+
219+
This container image and its contents are governed by the NVIDIA Deep Learning Container License.
220+
By pulling and using the container, you accept the terms and conditions of this license:
221+
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
222+
223+
A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
224+
225+
Sun May 24 10:13:04 2026
205226
+-----------------------------------------------------------------------------------------+
206-
| NVIDIA-SMI 580.95.05 Driver Version: 580.95.05 CUDA Version: 13.0 |
227+
| NVIDIA-SMI 580.159.03 Driver Version: 580.159.03 CUDA Version: 13.0 |
207228
+-----------------------------------------+------------------------+----------------------+
208229
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
209230
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
210231
| | | MIG M. |
211232
|=========================================+========================+======================|
212-
| 0 NVIDIA GB10 On | 0000000F:01:00.0 On | N/A |
213-
| N/A 37C P0 5W / N/A | Not Supported | 0% Default |
233+
| 0 NVIDIA GB10 On | 0000000F:01:00.0 Off | N/A |
234+
| N/A 44C P0 10W / N/A | Not Supported | 0% Default |
214235
| | | N/A |
215236
+-----------------------------------------+------------------------+----------------------+
216237

0 commit comments

Comments
 (0)