Skip to content

Commit 267eaeb

Browse files
authored
Revert "Remove CUDA 12.6 ubuntu 24.04 (#2387)" (#2390)
This reverts commit 7426f9b.
1 parent 70f567f commit 267eaeb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pkg/config/cuda_base_images.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
{
3+
"Tag": "12.6.2-cudnn-devel-ubuntu24.04",
4+
"CUDA": "12.6.2",
5+
"CuDNN": "9",
6+
"IsDevel": true,
7+
"Ubuntu": "24.04"
8+
},
29
{
310
"Tag": "12.6.2-cudnn-devel-ubuntu22.04",
411
"CUDA": "12.6.2",
@@ -13,6 +20,13 @@
1320
"IsDevel": true,
1421
"Ubuntu": "20.04"
1522
},
23+
{
24+
"Tag": "12.6.1-cudnn-devel-ubuntu24.04",
25+
"CUDA": "12.6.1",
26+
"CuDNN": "9",
27+
"IsDevel": true,
28+
"Ubuntu": "24.04"
29+
},
1630
{
1731
"Tag": "12.6.1-cudnn-devel-ubuntu22.04",
1832
"CUDA": "12.6.1",
@@ -27,6 +41,13 @@
2741
"IsDevel": true,
2842
"Ubuntu": "20.04"
2943
},
44+
{
45+
"Tag": "12.6.0-cudnn-devel-ubuntu24.04",
46+
"CUDA": "12.6.0",
47+
"CuDNN": "9",
48+
"IsDevel": true,
49+
"Ubuntu": "24.04"
50+
},
3051
{
3152
"Tag": "12.6.0-cudnn-devel-ubuntu22.04",
3253
"CUDA": "12.6.0",

0 commit comments

Comments
 (0)