Skip to content

Commit 0371a49

Browse files
committed
CUDA images: Update CUDA to v12.9.0
- CUDA images: Update cuDNN to v9.10.0.56
1 parent 388db03 commit 0371a49

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
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.8.1-devel-ubuntu22.04`](https://hub.docker.com/r/nvidia/cuda/tags?page=1&name=12.8.1-devel-ubuntu22.04)
219+
1. Derived from [`nvidia/cuda:12.9.0-devel-ubuntu22.04`](https://hub.docker.com/r/nvidia/cuda/tags?page=1&name=12.9.0-devel-ubuntu22.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: 10 additions & 7 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.3 | 12.8.1 | 12.8.4.1 | 9.9.0.52 | 2.25.1 | n/a | Ubuntu 22.04 |
9+
| 3.13.3 | 12.9.0 | 12.9.0.13 | 9.10.0.56 | 2.26.5 | n/a | Ubuntu 22.04 |
1010
| 3.12.10 | 12.8.1 | 12.8.4.1 | 8.9.7.29 | 2.25.1 | 10.8.0.43/<br>10.3.0.26 | Ubuntu 22.04 |
1111
| 3.13.2 | 12.8.1 | 12.8.4.1 | 9.8.0.87 | 2.25.1 | n/a | Ubuntu 22.04 |
1212
| 3.12.9 | 12.8.1 | 12.8.4.1 | 8.9.7.29 | 2.25.1 | 10.8.0.43/<br>10.3.0.26 | Ubuntu 22.04 |
@@ -49,15 +49,16 @@ Topmost entry = Tag `latest`
4949

5050
| Python | CUDA | PyTorch[^4] | TensorFlow[^5] |
5151
|:-------|:-----|:-----------------------------|:---------------------------------|
52-
| 3.13 | 12.8 | version ≥ 2.6 (experimental) | n/a |
53-
| 3.13 | 12.6 | version ≥ 2.6 (experimental) | n/a |
54-
| 3.12 | 12.6 | version ≥ 2.2 | 2.18 > version ≥ 2.16 |
55-
| 3.12 | 12.5 | version ≥ 2.2 | 2.18 > version ≥ 2.16 |
56-
| 3.12 | 11.8 | version ≥ 2.2 | 2.18 > version ≥ 2.16 (CPU-only) |
52+
| 3.13 | 12.9 | version ≥ 2.5 (experimental) | n/a |
53+
| 3.13 | 12.8 | version ≥ 2.5 (experimental) | n/a |
54+
| 3.13 | 12.6 | version ≥ 2.5 (experimental) | n/a |
55+
| 3.12 | 12.6 | version ≥ 2.4 | 2.18 > version ≥ 2.16 |
56+
| 3.12 | 12.5 | version ≥ 2.4 | 2.18 > version ≥ 2.16 |
57+
| 3.12 | 11.8 | version ≥ 2.4 | 2.18 > version ≥ 2.16 (CPU-only) |
5758
| 3.11 | 11.8 | version ≥ 2.0 | 2.16 > version ≥ 2.12 |
5859
| 3.10 | 11.8 | version ≥ 1.12 | 2.16 > version ≥ 2.9 |
5960

60-
[^4]: Installs its own CUDA binaries
61+
[^4]: Installs its own CUDA dependencies
6162
[^5]: The expected TensorRT version is symlinked to the installed TensorRT
6263
version.
6364
❗️ This relies on backwards compatibility of TensorRT, which may not always be
@@ -67,6 +68,7 @@ given.
6768

6869
| CUDA | Linux driver version | Windows driver version[^6] |
6970
|:-------|:---------------------|:---------------------------|
71+
| 12.9.0 | ≥ 575.51.03 | ≥ 576.02 |
7072
| 12.8.1 | ≥ 570.124.06 | ≥ 572.61 |
7173
| 12.8.0 | ≥ 570.117 | ≥ 572.30 |
7274
| 12.6.3 | ≥ 560.35.05 | ≥ 561.17 |
@@ -87,6 +89,7 @@ Only works with
8789

8890
| CUDA | Driver version 535[^7] | Driver version 470[^8] |
8991
|:-------|:----------------------:|:----------------------:|
92+
| 12.9.0 | 🟢 | 🔵 |
9093
| 12.8.1 | 🟢 | 🔵 |
9194
| 12.8.0 | 🟢 | 🔵 |
9295
| 12.6.3 | 🟢 | 🔵 |

0 commit comments

Comments
 (0)