Skip to content

Commit dbc04ed

Browse files
author
tylertitsworth
committed
add container mapping metadata file
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com>
1 parent bde3ae0 commit dbc04ed

File tree

1 file changed

+230
-0
lines changed

1 file changed

+230
-0
lines changed

.github/containers.json

+230
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,230 @@
1+
[
2+
{
3+
"_name": "3.10-core",
4+
"base": "ubuntu:22.04",
5+
"dockerfile": "python/Dockerfile",
6+
"repo": "intel/python"
7+
},
8+
{
9+
"_name": "3.10-full",
10+
"base": "ubuntu:22.04",
11+
"dockerfile": "python/Dockerfile",
12+
"repo": "intel/python"
13+
},
14+
{
15+
"_name": "2024.6.0-pip-base",
16+
"base": "ubuntu:22.04",
17+
"dockerfile": "classical-ml/Dockerfile",
18+
"repo": "intel/intel-optimized-ml"
19+
},
20+
{
21+
"_name": "2024.6.0-pip-jupyter",
22+
"base": "intel/intel-optimized-ml:2024.6.0-pip-base",
23+
"dockerfile": "classical-ml/Dockerfile",
24+
"repo": "intel/intel-optimized-ml"
25+
},
26+
{
27+
"_name": "2024.6.0-idp-base",
28+
"base": "intel/python:3.10-core",
29+
"dockerfile": "classical-ml/Dockerfile",
30+
"repo": "intel/intel-optimized-ml"
31+
},
32+
{
33+
"_name": "2024.6.0-idp-jupyter",
34+
"base": "intel/intel-optimized-ml:2024.6.0-idp-base",
35+
"dockerfile": "classical-ml/Dockerfile",
36+
"repo": "intel/intel-optimized-ml"
37+
},
38+
{
39+
"_name": "2.15.0.1-xpu-pip-base",
40+
"base": "ubuntu:22.04",
41+
"dockerfile": "tensorflow/Dockerfile",
42+
"repo": "intel/intel-optimized-tensorflow"
43+
},
44+
{
45+
"_name": "2.15.0.1-xpu-pip-jupyter",
46+
"base": "intel/intel-optimized-tensorflow:2.15.0.1-xpu-pip-base",
47+
"dockerfile": "tensorflow/Dockerfile",
48+
"repo": "intel/intel-optimized-tensorflow"
49+
},
50+
{
51+
"_name": "2.15.0.1-xpu-idp-base",
52+
"base": "intel/python:3.10-core",
53+
"dockerfile": "tensorflow/Dockerfile",
54+
"repo": "intel/intel-optimized-tensorflow"
55+
},
56+
{
57+
"_name": "2.15.0.1-xpu-idp-jupyter",
58+
"base": "intel/intel-optimized-tensorflow:2.15.0.1-xpu-idp-base",
59+
"dockerfile": "tensorflow/Dockerfile",
60+
"repo": "intel/intel-optimized-tensorflow"
61+
},
62+
{
63+
"_name": "2.15.1-pip-base",
64+
"base": "ubuntu:22.04",
65+
"dockerfile": "tensorflow/Dockerfile",
66+
"repo": "intel/intel-optimized-tensorflow"
67+
},
68+
{
69+
"_name": "2.15.1-pip-jupyter",
70+
"base": "intel/intel-optimized-tensorflow:2.15.1-pip-base",
71+
"dockerfile": "tensorflow/Dockerfile",
72+
"repo": "intel/intel-optimized-tensorflow"
73+
},
74+
{
75+
"_name": "2.15.1-pip-multinode",
76+
"base": "intel/intel-optimized-tensorflow:2.15.1-pip-base",
77+
"dockerfile": "tensorflow/Dockerfile",
78+
"repo": "intel/intel-optimized-tensorflow"
79+
},
80+
{
81+
"_name": "2.15.1-idp-base",
82+
"base": "intel/python:3.10-core",
83+
"dockerfile": "tensorflow/Dockerfile",
84+
"repo": "intel/intel-optimized-tensorflow"
85+
},
86+
{
87+
"_name": "2.15.1-idp-jupyter",
88+
"base": "intel/intel-optimized-tensorflow:2.15.1-idp-base",
89+
"dockerfile": "tensorflow/Dockerfile",
90+
"repo": "intel/intel-optimized-tensorflow"
91+
},
92+
{
93+
"_name": "2.15.1-idp-multinode",
94+
"base": "intel/intel-optimized-tensorflow:2.15.1-idp-base",
95+
"dockerfile": "tensorflow/Dockerfile",
96+
"repo": "intel/intel-optimized-tensorflow"
97+
},
98+
{
99+
"_name": "2.1.40-xpu-pip-base",
100+
"base": "ubuntu:22.04",
101+
"dockerfile": "pytorch/Dockerfile",
102+
"repo": "intel/intel-optimized-pytorch"
103+
},
104+
{
105+
"_name": "2.1.40-xpu-pip-jupyter",
106+
"base": "intel/intel-optimized-pytorch:2.1.40-xpu-pip-base",
107+
"dockerfile": "pytorch/Dockerfile",
108+
"repo": "intel/intel-optimized-pytorch"
109+
},
110+
{
111+
"_name": "2.1.40-xpu-idp-base",
112+
"base": "intel/python:3.10-core",
113+
"dockerfile": "pytorch/Dockerfile",
114+
"repo": "intel/intel-optimized-pytorch"
115+
},
116+
{
117+
"_name": "2.1.40-xpu-idp-jupyter",
118+
"base": "intel/intel-optimized-pytorch:2.1.40-xpu-idp-base",
119+
"dockerfile": "pytorch/Dockerfile",
120+
"repo": "intel/intel-optimized-pytorch"
121+
},
122+
{
123+
"_name": "2.4.0-pip-base",
124+
"base": "ubuntu:22.04",
125+
"dockerfile": "pytorch/Dockerfile",
126+
"repo": "intel/intel-optimized-pytorch"
127+
},
128+
{
129+
"_name": "2.4.0-pip-jupyter",
130+
"base": "intel/intel-optimized-pytorch:2.4.0-pip-base",
131+
"dockerfile": "pytorch/Dockerfile",
132+
"repo": "intel/intel-optimized-pytorch"
133+
},
134+
{
135+
"_name": "2.4.0-pip-multinode",
136+
"base": "intel/intel-optimized-pytorch:2.4.0-pip-base",
137+
"dockerfile": "pytorch/Dockerfile",
138+
"repo": "intel/intel-optimized-pytorch"
139+
},
140+
{
141+
"_name": "2.4.0-pip-multinode-hf-4.44.0-genai",
142+
"base": "intel/intel-optimized-pytorch:2.4.0-pip-multinode",
143+
"dockerfile": "pytorch/Dockerfile",
144+
"repo": "intel/intel-optimized-pytorch"
145+
},
146+
{
147+
"_name": "2.4.0-idp-base",
148+
"base": "intel/python:3.10-core",
149+
"dockerfile": "pytorch/Dockerfile",
150+
"repo": "intel/intel-optimized-pytorch"
151+
},
152+
{
153+
"_name": "2.4.0-idp-jupyter",
154+
"base": "intel/intel-optimized-pytorch:2.4.0-idp-base",
155+
"dockerfile": "pytorch/Dockerfile",
156+
"repo": "intel/intel-optimized-pytorch"
157+
},
158+
{
159+
"_name": "2.4.0-idp-multinode",
160+
"base": "intel/intel-optimized-pytorch:2.4.0-idp-base",
161+
"dockerfile": "pytorch/Dockerfile",
162+
"repo": "intel/intel-optimized-pytorch"
163+
},
164+
{
165+
"_name": "2.4.0-idp-multinode-hf-4.44.0-genai",
166+
"base": "intel/intel-optimized-pytorch:2.4.0-idp-multinode",
167+
"dockerfile": "pytorch/Dockerfile",
168+
"repo": "intel/intel-optimized-pytorch"
169+
},
170+
{
171+
"_name": "2.4.0-serving-cpu",
172+
"base": "ubuntu:22.04",
173+
"dockerfile": "pytorch/Dockerfile",
174+
"repo": "intel/intel-optimized-pytorch"
175+
},
176+
{
177+
"_name": "2.4.0-serving-xpu",
178+
"base": "ubuntu:22.04",
179+
"dockerfile": "pytorch/Dockerfile",
180+
"repo": "intel/intel-optimized-pytorch"
181+
},
182+
{
183+
"_name": "latest-py3.9",
184+
"base": "ubuntu:22.04",
185+
"dockerfile": "preset/classical-ml",
186+
"repo": "intel/classical-ml"
187+
},
188+
{
189+
"_name": "latest-py3.10",
190+
"base": "ubuntu:22.04",
191+
"dockerfile": "preset/classical-ml",
192+
"repo": "intel/classical-ml"
193+
},
194+
{
195+
"_name": "latest-py3.9",
196+
"base": "ubuntu:22.04",
197+
"dockerfile": "preset/data-analytics",
198+
"repo": "intel/data-analytics"
199+
},
200+
{
201+
"_name": "latest-py3.10",
202+
"base": "ubuntu:22.04",
203+
"dockerfile": "preset/data-analytics",
204+
"repo": "intel/data-analytics"
205+
},
206+
{
207+
"_name": "latest-py3.9",
208+
"base": "ubuntu:22.04",
209+
"dockerfile": "preset/deep-learning",
210+
"repo": "intel/deep-learning"
211+
},
212+
{
213+
"_name": "latest-py3.10",
214+
"base": "ubuntu:22.04",
215+
"dockerfile": "preset/deep-learning",
216+
"repo": "intel/deep-learning"
217+
},
218+
{
219+
"_name": "latest-py3.9",
220+
"base": "ubuntu:22.04",
221+
"dockerfile": "preset/inference-optimization",
222+
"repo": "intel/inference-optimization"
223+
},
224+
{
225+
"_name": "latest-py3.10",
226+
"base": "ubuntu:22.04",
227+
"dockerfile": "preset/inference-optimization",
228+
"repo": "intel/inference-optimization"
229+
}
230+
]

0 commit comments

Comments
 (0)