-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmatrix.json
More file actions
108 lines (108 loc) · 3.63 KB
/
Copy pathmatrix.json
File metadata and controls
108 lines (108 loc) · 3.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"include": [
{
"image": "pytorch",
"name": "pytorch:pytorch-cuda12.1-py3.10-torch2.2",
"path": "images/ml/pytorch",
"tag": "pytorch-cuda12.1-py3.10-torch2.2",
"is_default": "false",
"platforms": "linux/amd64",
"build_args": "CUDA_VERSION=12.1\nPYTHON_VERSION=3.10\nPYTORCH_VERSION=2.2",
"test_enabled": true,
"version_cuda": "12.1",
"version_python": "3.10",
"version_pytorch": "2.2"
},
{
"image": "pytorch",
"name": "pytorch:pytorch-cuda12.1-py3.10-torch2.4",
"path": "images/ml/pytorch",
"tag": "pytorch-cuda12.1-py3.10-torch2.4",
"is_default": "false",
"platforms": "linux/amd64",
"build_args": "CUDA_VERSION=12.1\nPYTHON_VERSION=3.10\nPYTORCH_VERSION=2.4",
"test_enabled": true,
"version_cuda": "12.1",
"version_python": "3.10",
"version_pytorch": "2.4"
},
{
"image": "pytorch",
"name": "pytorch:pytorch-cuda12.1-py3.11-torch2.2",
"path": "images/ml/pytorch",
"tag": "pytorch-cuda12.1-py3.11-torch2.2",
"is_default": "false",
"platforms": "linux/amd64",
"build_args": "CUDA_VERSION=12.1\nPYTHON_VERSION=3.11\nPYTORCH_VERSION=2.2",
"test_enabled": true,
"version_cuda": "12.1",
"version_python": "3.11",
"version_pytorch": "2.2"
},
{
"image": "pytorch",
"name": "pytorch:pytorch-cuda12.1-py3.11-torch2.4",
"path": "images/ml/pytorch",
"tag": "pytorch-cuda12.1-py3.11-torch2.4",
"is_default": "true",
"platforms": "linux/amd64",
"build_args": "CUDA_VERSION=12.1\nPYTHON_VERSION=3.11\nPYTORCH_VERSION=2.4",
"test_enabled": true,
"version_cuda": "12.1",
"version_python": "3.11",
"version_pytorch": "2.4"
},
{
"image": "tensorflow",
"name": "tensorflow:tensorflow-cuda12.1-py3.10-tf2.16.2",
"path": "images/ml/tensorflow",
"tag": "tensorflow-cuda12.1-py3.10-tf2.16.2",
"is_default": "false",
"platforms": "linux/amd64",
"build_args": "CUDA_VERSION=12.1\nPYTHON_VERSION=3.10\nTENSORFLOW_VERSION=2.16.2",
"test_enabled": true,
"version_cuda": "12.1",
"version_python": "3.10",
"version_tensorflow": "2.16.2"
},
{
"image": "tensorflow",
"name": "tensorflow:tensorflow-cuda12.1-py3.10-tf2.17.1",
"path": "images/ml/tensorflow",
"tag": "tensorflow-cuda12.1-py3.10-tf2.17.1",
"is_default": "false",
"platforms": "linux/amd64",
"build_args": "CUDA_VERSION=12.1\nPYTHON_VERSION=3.10\nTENSORFLOW_VERSION=2.17.1",
"test_enabled": true,
"version_cuda": "12.1",
"version_python": "3.10",
"version_tensorflow": "2.17.1"
},
{
"image": "tensorflow",
"name": "tensorflow:tensorflow-cuda12.1-py3.11-tf2.16.2",
"path": "images/ml/tensorflow",
"tag": "tensorflow-cuda12.1-py3.11-tf2.16.2",
"is_default": "false",
"platforms": "linux/amd64",
"build_args": "CUDA_VERSION=12.1\nPYTHON_VERSION=3.11\nTENSORFLOW_VERSION=2.16.2",
"test_enabled": true,
"version_cuda": "12.1",
"version_python": "3.11",
"version_tensorflow": "2.16.2"
},
{
"image": "tensorflow",
"name": "tensorflow:tensorflow-cuda12.1-py3.11-tf2.17.1",
"path": "images/ml/tensorflow",
"tag": "tensorflow-cuda12.1-py3.11-tf2.17.1",
"is_default": "true",
"platforms": "linux/amd64",
"build_args": "CUDA_VERSION=12.1\nPYTHON_VERSION=3.11\nTENSORFLOW_VERSION=2.17.1",
"test_enabled": true,
"version_cuda": "12.1",
"version_python": "3.11",
"version_tensorflow": "2.17.1"
}
]
}