Skip to content

Commit 7aee1b3

Browse files
committed
CUDA images: Update CUDA to v13.0.0
- CUDA images: Update cuDNN to v9.12.0.46
1 parent a0b6427 commit 7aee1b3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CUDA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ docker run -it --rm \
216216
**What makes this project different:**
217217
218218
1. Multi-arch: `linux/amd64`, `linux/arm64/v8`
219-
1. Derived from [`nvidia/cuda:12.9.1-devel-ubuntu24.04`](https://hub.docker.com/r/nvidia/cuda/tags?page=1&name=12.9.1-devel-ubuntu24.04)
219+
1. Derived from [`nvidia/cuda:13.0.0-devel-ubuntu24.04`](https://hub.docker.com/r/nvidia/cuda/tags?page=1&name=13.0.0-devel-ubuntu24.04)
220220
* including development libraries and headers
221221
1. TensortRT and TensorRT plugin libraries
222222
* including development libraries and headers

CUDA_VERSION_MATRIX.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Topmost entry = Tag `latest`
66

77
| Python | CUDA | cuBLAS | cuDNN | NCCL | TensorRT[^2] | Linux distro |
88
|:-----------|:-------|:----------|:----------|:-------|:-------------------------|:-------------|
9-
| 3.13.7 | 12.9.1 | 12.9.1.4 | 9.11.1.4 | 2.27.3 | n/a | Ubuntu 24.04 |
9+
| 3.13.7 | 13.0.0 | 13.0.0.19 | 9.12.0.46 | 2.27.7 | n/a | Ubuntu 24.04 |
1010
| 3.12.11 | 12.9.0 | 12.9.0.13 | 8.9.7.29 | 2.26.5 | 10.11.0.33/<br>10.3.0.26 | Ubuntu 22.04 |
1111
| 3.13.6 | 12.9.1 | 12.9.1.4 | 9.11.1.4 | 2.27.3 | n/a | Ubuntu 22.04 |
1212
| 3.13.5 | 12.9.1 | 12.9.1.4 | 9.11.0.98 | 2.27.3 | n/a | Ubuntu 22.04 |
@@ -54,7 +54,7 @@ Topmost entry = Tag `latest`
5454

5555
| Python | CUDA | PyTorch[^4] | TensorFlow[^5] |
5656
|:-------|:-----|:-----------------------------|:---------------------------------|
57-
| 3.13 | 12.9 | version ≥ 2.5 (experimental) | n/a |
57+
| 3.13 | 13.0 | version ≥ 2.5 (experimental) | n/a |
5858
| 3.12 | 12.9 | version ≥ 2.4 | 2.18 > version ≥ 2.16 |
5959
| 3.13 | 12.8 | version ≥ 2.5 (experimental) | n/a |
6060
| 3.12 | 12.8 | version ≥ 2.4 | 2.18 > version ≥ 2.16 |
@@ -75,6 +75,7 @@ given.
7575

7676
| CUDA | Linux driver version | Windows driver version[^6] |
7777
|:-------|:---------------------|:---------------------------|
78+
| 13.0.0 | ≥ 580.65.06 | n/a |
7879
| 12.9.1 | ≥ 575.57.08 | ≥ 576.57 |
7980
| 12.9.0 | ≥ 575.51.03 | ≥ 576.02 |
8081
| 12.8.1 | ≥ 570.124.06 | ≥ 572.61 |
@@ -97,6 +98,7 @@ Only works with
9798

9899
| CUDA | Driver version 535[^7] | Driver version 470[^8] |
99100
|:-------|:----------------------:|:----------------------:|
101+
| 13.0.0 | 🔵 | 🔴 |
100102
| 12.9.1 | 🟢 | 🔵 |
101103
| 12.9.0 | 🟢 | 🔵 |
102104
| 12.8.1 | 🟢 | 🔵 |
@@ -108,6 +110,7 @@ Only works with
108110
| 12.5.0 | 🟢 | 🔵 |
109111
| 11.8.0 | 🟡 | 🟢 |
110112

113+
🔴: Not supported
111114
🔵: Supported with the CUDA forward compat package only
112115
🟢: Supported due to minor-version compatibility[^9]
113116
🟡: Supported due to backward compatibility

0 commit comments

Comments
 (0)