|
15 | 15 | ]
|
16 | 16 | },
|
17 | 17 | "jobs": {
|
18 |
| - "base-ubi9-python-3_11": { |
19 |
| - "needs": [], |
20 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
21 |
| - "with": { |
22 |
| - "target": "base-ubi9-python-3.11", |
23 |
| - "github": "${{ toJSON(github) }}" |
24 |
| - }, |
25 |
| - "secrets": "inherit" |
26 |
| - }, |
27 | 18 | "jupyter-minimal-ubi9-python-3_11": {
|
28 |
| - "needs": [ |
29 |
| - "base-ubi9-python-3_11" |
30 |
| - ], |
| 19 | + "needs": [], |
31 | 20 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
32 | 21 | "with": {
|
33 | 22 | "target": "jupyter-minimal-ubi9-python-3.11",
|
|
36 | 25 | "secrets": "inherit"
|
37 | 26 | },
|
38 | 27 | "jupyter-datascience-ubi9-python-3_11": {
|
39 |
| - "needs": [ |
40 |
| - "jupyter-minimal-ubi9-python-3_11" |
41 |
| - ], |
| 28 | + "needs": [], |
42 | 29 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
43 | 30 | "with": {
|
44 | 31 | "target": "jupyter-datascience-ubi9-python-3.11",
|
45 | 32 | "github": "${{ toJSON(github) }}"
|
46 | 33 | },
|
47 | 34 | "secrets": "inherit"
|
48 | 35 | },
|
49 |
| - "cuda-ubi9-python-3_11": { |
50 |
| - "needs": [ |
51 |
| - "base-ubi9-python-3_11" |
52 |
| - ], |
53 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
54 |
| - "with": { |
55 |
| - "target": "cuda-ubi9-python-3.11", |
56 |
| - "github": "${{ toJSON(github) }}" |
57 |
| - }, |
58 |
| - "secrets": "inherit" |
59 |
| - }, |
60 | 36 | "cuda-jupyter-minimal-ubi9-python-3_11": {
|
61 |
| - "needs": [ |
62 |
| - "cuda-ubi9-python-3_11" |
63 |
| - ], |
| 37 | + "needs": [], |
64 | 38 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
65 | 39 | "with": {
|
66 | 40 | "target": "cuda-jupyter-minimal-ubi9-python-3.11",
|
67 | 41 | "github": "${{ toJSON(github) }}"
|
68 | 42 | },
|
69 | 43 | "secrets": "inherit"
|
70 | 44 | },
|
71 |
| - "cuda-jupyter-datascience-ubi9-python-3_11": { |
72 |
| - "needs": [ |
73 |
| - "cuda-jupyter-minimal-ubi9-python-3_11" |
74 |
| - ], |
75 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
76 |
| - "with": { |
77 |
| - "target": "cuda-jupyter-datascience-ubi9-python-3.11", |
78 |
| - "github": "${{ toJSON(github) }}" |
79 |
| - }, |
80 |
| - "secrets": "inherit" |
81 |
| - }, |
82 | 45 | "cuda-jupyter-tensorflow-ubi9-python-3_11": {
|
83 |
| - "needs": [ |
84 |
| - "cuda-jupyter-datascience-ubi9-python-3_11" |
85 |
| - ], |
| 46 | + "needs": [], |
86 | 47 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
87 | 48 | "with": {
|
88 | 49 | "target": "cuda-jupyter-tensorflow-ubi9-python-3.11",
|
89 | 50 | "github": "${{ toJSON(github) }}"
|
90 | 51 | },
|
91 | 52 | "secrets": "inherit"
|
92 | 53 | },
|
93 |
| - "jupyter-pytorch-ubi9-python-3_11": { |
94 |
| - "needs": [ |
95 |
| - "cuda-jupyter-datascience-ubi9-python-3_11" |
96 |
| - ], |
| 54 | + "cuda-jupyter-pytorch-ubi9-python-3_11": { |
| 55 | + "needs": [], |
97 | 56 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
98 | 57 | "with": {
|
99 |
| - "target": "jupyter-pytorch-ubi9-python-3.11", |
| 58 | + "target": "cuda-jupyter-pytorch-ubi9-python-3.11", |
100 | 59 | "github": "${{ toJSON(github) }}"
|
101 | 60 | },
|
102 | 61 | "secrets": "inherit"
|
103 | 62 | },
|
104 | 63 | "jupyter-trustyai-ubi9-python-3_11": {
|
105 |
| - "needs": [ |
106 |
| - "jupyter-datascience-ubi9-python-3_11" |
107 |
| - ], |
| 64 | + "needs": [], |
108 | 65 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
109 | 66 | "with": {
|
110 | 67 | "target": "jupyter-trustyai-ubi9-python-3.11",
|
|
113 | 70 | "secrets": "inherit"
|
114 | 71 | },
|
115 | 72 | "runtime-minimal-ubi9-python-3_11": {
|
116 |
| - "needs": [ |
117 |
| - "base-ubi9-python-3_11" |
118 |
| - ], |
| 73 | + "needs": [], |
119 | 74 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
120 | 75 | "with": {
|
121 | 76 | "target": "runtime-minimal-ubi9-python-3.11",
|
|
124 | 79 | "secrets": "inherit"
|
125 | 80 | },
|
126 | 81 | "runtime-datascience-ubi9-python-3_11": {
|
127 |
| - "needs": [ |
128 |
| - "base-ubi9-python-3_11" |
129 |
| - ], |
| 82 | + "needs": [], |
130 | 83 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
131 | 84 | "with": {
|
132 | 85 | "target": "runtime-datascience-ubi9-python-3.11",
|
133 | 86 | "github": "${{ toJSON(github) }}"
|
134 | 87 | },
|
135 | 88 | "secrets": "inherit"
|
136 | 89 | },
|
137 |
| - "runtime-pytorch-ubi9-python-3_11": { |
138 |
| - "needs": [ |
139 |
| - "base-ubi9-python-3_11" |
140 |
| - ], |
| 90 | + "runtime-cuda-pytorch-ubi9-python-3_11": { |
| 91 | + "needs": [], |
141 | 92 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
142 | 93 | "with": {
|
143 |
| - "target": "runtime-pytorch-ubi9-python-3.11", |
| 94 | + "target": "runtime-cuda-pytorch-ubi9-python-3.11", |
144 | 95 | "github": "${{ toJSON(github) }}"
|
145 | 96 | },
|
146 | 97 | "secrets": "inherit"
|
147 | 98 | },
|
148 | 99 | "runtime-cuda-tensorflow-ubi9-python-3_11": {
|
149 |
| - "needs": [ |
150 |
| - "cuda-ubi9-python-3_11" |
151 |
| - ], |
| 100 | + "needs": [], |
152 | 101 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
153 | 102 | "with": {
|
154 | 103 | "target": "runtime-cuda-tensorflow-ubi9-python-3.11",
|
|
157 | 106 | "secrets": "inherit"
|
158 | 107 | },
|
159 | 108 | "codeserver-ubi9-python-3_11": {
|
160 |
| - "needs": [ |
161 |
| - "base-ubi9-python-3_11" |
162 |
| - ], |
163 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
164 |
| - "with": { |
165 |
| - "target": "codeserver-ubi9-python-3.11", |
166 |
| - "github": "${{ toJSON(github) }}" |
167 |
| - }, |
168 |
| - "secrets": "inherit" |
169 |
| - }, |
170 |
| - "base-c9s-python-3_11": { |
171 | 109 | "needs": [],
|
172 | 110 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
173 | 111 | "with": {
|
174 |
| - "target": "base-c9s-python-3.11", |
175 |
| - "github": "${{ toJSON(github) }}" |
176 |
| - }, |
177 |
| - "secrets": "inherit" |
178 |
| - }, |
179 |
| - "cuda-c9s-python-3_11": { |
180 |
| - "needs": [ |
181 |
| - "base-c9s-python-3_11" |
182 |
| - ], |
183 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
184 |
| - "with": { |
185 |
| - "target": "cuda-c9s-python-3.11", |
| 112 | + "target": "codeserver-ubi9-python-3.11", |
186 | 113 | "github": "${{ toJSON(github) }}"
|
187 | 114 | },
|
188 | 115 | "secrets": "inherit"
|
189 | 116 | },
|
190 | 117 | "rstudio-c9s-python-3_11": {
|
191 |
| - "needs": [ |
192 |
| - "base-c9s-python-3_11" |
193 |
| - ], |
| 118 | + "needs": [], |
194 | 119 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
195 | 120 | "with": {
|
196 | 121 | "target": "rstudio-c9s-python-3.11",
|
|
199 | 124 | "secrets": "inherit"
|
200 | 125 | },
|
201 | 126 | "cuda-rstudio-c9s-python-3_11": {
|
202 |
| - "needs": [ |
203 |
| - "cuda-c9s-python-3_11" |
204 |
| - ], |
| 127 | + "needs": [], |
205 | 128 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
206 | 129 | "with": {
|
207 | 130 | "target": "cuda-rstudio-c9s-python-3.11",
|
208 | 131 | "github": "${{ toJSON(github) }}"
|
209 | 132 | },
|
210 | 133 | "secrets": "inherit"
|
211 | 134 | },
|
212 |
| - "rocm-ubi9-python-3_11": { |
213 |
| - "needs": [ |
214 |
| - "base-ubi9-python-3_11" |
215 |
| - ], |
216 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
217 |
| - "with": { |
218 |
| - "target": "rocm-ubi9-python-3.11", |
219 |
| - "github": "${{ toJSON(github) }}" |
220 |
| - }, |
221 |
| - "secrets": "inherit" |
222 |
| - }, |
223 | 135 | "rocm-jupyter-minimal-ubi9-python-3_11": {
|
224 |
| - "needs": [ |
225 |
| - "rocm-ubi9-python-3_11" |
226 |
| - ], |
| 136 | + "needs": [], |
227 | 137 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
228 | 138 | "with": {
|
229 | 139 | "target": "rocm-jupyter-minimal-ubi9-python-3.11",
|
230 | 140 | "github": "${{ toJSON(github) }}"
|
231 | 141 | },
|
232 | 142 | "secrets": "inherit"
|
233 | 143 | },
|
234 |
| - "rocm-jupyter-datascience-ubi9-python-3_11": { |
235 |
| - "needs": [ |
236 |
| - "rocm-jupyter-minimal-ubi9-python-3_11" |
237 |
| - ], |
238 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
239 |
| - "with": { |
240 |
| - "target": "rocm-jupyter-datascience-ubi9-python-3.11", |
241 |
| - "github": "${{ toJSON(github) }}" |
242 |
| - }, |
243 |
| - "secrets": "inherit" |
244 |
| - }, |
245 | 144 | "rocm-jupyter-tensorflow-ubi9-python-3_11": {
|
246 |
| - "needs": [ |
247 |
| - "rocm-jupyter-datascience-ubi9-python-3_11" |
248 |
| - ], |
| 145 | + "needs": [], |
249 | 146 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
250 | 147 | "with": {
|
251 | 148 | "target": "rocm-jupyter-tensorflow-ubi9-python-3.11",
|
|
254 | 151 | "secrets": "inherit"
|
255 | 152 | },
|
256 | 153 | "rocm-jupyter-pytorch-ubi9-python-3_11": {
|
257 |
| - "needs": [ |
258 |
| - "rocm-jupyter-datascience-ubi9-python-3_11" |
259 |
| - ], |
| 154 | + "needs": [], |
260 | 155 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
261 | 156 | "with": {
|
262 | 157 | "target": "rocm-jupyter-pytorch-ubi9-python-3.11",
|
|
265 | 160 | "secrets": "inherit"
|
266 | 161 | },
|
267 | 162 | "rocm-runtime-pytorch-ubi9-python-3_11": {
|
268 |
| - "needs": [ |
269 |
| - "rocm-ubi9-python-3_11" |
270 |
| - ], |
| 163 | + "needs": [], |
271 | 164 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
272 | 165 | "with": {
|
273 | 166 | "target": "rocm-runtime-pytorch-ubi9-python-3.11",
|
|
276 | 169 | "secrets": "inherit"
|
277 | 170 | },
|
278 | 171 | "rocm-runtime-tensorflow-ubi9-python-3_11": {
|
279 |
| - "needs": [ |
280 |
| - "rocm-ubi9-python-3_11" |
281 |
| - ], |
| 172 | + "needs": [], |
282 | 173 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
283 | 174 | "with": {
|
284 | 175 | "target": "rocm-runtime-tensorflow-ubi9-python-3.11",
|
|
0 commit comments