We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f567f commit ccc48a7Copy full SHA for ccc48a7
1 file changed
pkg/config/cuda_base_images.json
@@ -1,4 +1,11 @@
1
[
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
+ },
9
{
10
"Tag": "12.6.2-cudnn-devel-ubuntu22.04",
11
"CUDA": "12.6.2",
@@ -13,6 +20,13 @@
13
20
"IsDevel": true,
14
21
"Ubuntu": "20.04"
15
22
},
23
24
+ "Tag": "12.6.1-cudnn-devel-ubuntu24.04",
25
+ "CUDA": "12.6.1",
26
27
28
29
16
30
17
31
"Tag": "12.6.1-cudnn-devel-ubuntu22.04",
18
32
"CUDA": "12.6.1",
@@ -27,6 +41,13 @@
41
42
43
44
45
+ "Tag": "12.6.0-cudnn-devel-ubuntu24.04",
46
+ "CUDA": "12.6.0",
47
48
49
50
51
52
"Tag": "12.6.0-cudnn-devel-ubuntu22.04",
53
"CUDA": "12.6.0",
0 commit comments