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
Update cuda.md, replace cuda 12.2 with 12.4 (#1238)
* Update cuda.md, replace cuda 12.2 by 12.5
Cuda 12.2 is deprecated, and display nasty warning.
the driver version 555 is currently 6 day old.
the driver version 550 was built on top of cuda 12.4.
* replace cuda 12.5 by 12.4
---------
Co-authored-by: thomas-zimmerman <[email protected]>
Copy file name to clipboardexpand all lines: content/cuda.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The `nvidia-cuda-toolkit` package is [maintained by Ubuntu](https://packages.ubu
30
30
31
31
The `nvidia-container-toolkit` package uses Docker containers to allow alternate versions of the CUDA libraries to be installed alongside the one included with the NVIDIA driver. You can see the different Docker images that are published by NVIDIA here: <https://hub.docker.com/r/nvidia/cuda/>
32
32
33
-
This example installs a development enviroment with CUDA version 12.1.
33
+
This example installs a development enviroment with CUDA version 12.4.
34
34
35
35
#### Install Software
36
36
@@ -70,15 +70,15 @@ sudo systemctl restart docker
70
70
Run this command to check the Docker configuration for CUDA:
71
71
72
72
```bash
73
-
docker run --rm --runtime=nvidia --gpus all nvidia/cuda:12.1.0-devel-ubuntu22.04 nvidia-smi
73
+
docker run --rm --runtime=nvidia --gpus all nvidia/cuda:12.4.0-devel-ubuntu22.04 nvidia-smi
74
74
```
75
75
76
76
The output displays the CUDA version supported by the container:
0 commit comments