Skip to content

Commit b7cf0ba

Browse files
authored
RHOAIENG-16415: chore(notebooks): remove unreferenced 3.9 images (#817)
* RHOAIENG-16415: chore(notebooks): remove unreferenced 3.9 images These images are not referenced in our 2024b Manifests and can be removed. * fixup update ancillary files
1 parent cc4098a commit b7cf0ba

File tree

270 files changed

+15
-130973
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+15
-130973
lines changed

.github/workflows/build-notebooks.yaml

Lines changed: 0 additions & 348 deletions
Original file line numberDiff line numberDiff line change
@@ -15,235 +15,6 @@
1515
]
1616
},
1717
"jobs": {
18-
"base-ubi9-python-3_9": {
19-
"needs": [],
20-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
21-
"with": {
22-
"target": "base-ubi9-python-3.9",
23-
"github": "${{ toJSON(github) }}"
24-
},
25-
"secrets": "inherit"
26-
},
27-
"jupyter-minimal-ubi9-python-3_9": {
28-
"needs": [
29-
"base-ubi9-python-3_9"
30-
],
31-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
32-
"with": {
33-
"target": "jupyter-minimal-ubi9-python-3.9",
34-
"github": "${{ toJSON(github) }}"
35-
},
36-
"secrets": "inherit"
37-
},
38-
"jupyter-datascience-ubi9-python-3_9": {
39-
"needs": [
40-
"jupyter-minimal-ubi9-python-3_9"
41-
],
42-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
43-
"with": {
44-
"target": "jupyter-datascience-ubi9-python-3.9",
45-
"github": "${{ toJSON(github) }}"
46-
},
47-
"secrets": "inherit"
48-
},
49-
"cuda-ubi9-python-3_9": {
50-
"needs": [
51-
"base-ubi9-python-3_9"
52-
],
53-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
54-
"with": {
55-
"target": "cuda-ubi9-python-3.9",
56-
"github": "${{ toJSON(github) }}"
57-
},
58-
"secrets": "inherit"
59-
},
60-
"cuda-jupyter-minimal-ubi9-python-3_9": {
61-
"needs": [
62-
"cuda-ubi9-python-3_9"
63-
],
64-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
65-
"with": {
66-
"target": "cuda-jupyter-minimal-ubi9-python-3.9",
67-
"github": "${{ toJSON(github) }}"
68-
},
69-
"secrets": "inherit"
70-
},
71-
"cuda-jupyter-datascience-ubi9-python-3_9": {
72-
"needs": [
73-
"cuda-jupyter-minimal-ubi9-python-3_9"
74-
],
75-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
76-
"with": {
77-
"target": "cuda-jupyter-datascience-ubi9-python-3.9",
78-
"github": "${{ toJSON(github) }}"
79-
},
80-
"secrets": "inherit"
81-
},
82-
"cuda-jupyter-tensorflow-ubi9-python-3_9": {
83-
"needs": [
84-
"cuda-jupyter-datascience-ubi9-python-3_9"
85-
],
86-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
87-
"with": {
88-
"target": "cuda-jupyter-tensorflow-ubi9-python-3.9",
89-
"github": "${{ toJSON(github) }}"
90-
},
91-
"secrets": "inherit"
92-
},
93-
"jupyter-pytorch-ubi9-python-3_9": {
94-
"needs": [
95-
"cuda-jupyter-datascience-ubi9-python-3_9"
96-
],
97-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
98-
"with": {
99-
"target": "jupyter-pytorch-ubi9-python-3.9",
100-
"github": "${{ toJSON(github) }}"
101-
},
102-
"secrets": "inherit"
103-
},
104-
"jupyter-trustyai-ubi9-python-3_9": {
105-
"needs": [
106-
"jupyter-datascience-ubi9-python-3_9"
107-
],
108-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
109-
"with": {
110-
"target": "jupyter-trustyai-ubi9-python-3.9",
111-
"github": "${{ toJSON(github) }}"
112-
},
113-
"secrets": "inherit"
114-
},
115-
"runtime-minimal-ubi9-python-3_9": {
116-
"needs": [
117-
"base-ubi9-python-3_9"
118-
],
119-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
120-
"with": {
121-
"target": "runtime-minimal-ubi9-python-3.9",
122-
"github": "${{ toJSON(github) }}"
123-
},
124-
"secrets": "inherit"
125-
},
126-
"runtime-datascience-ubi9-python-3_9": {
127-
"needs": [
128-
"base-ubi9-python-3_9"
129-
],
130-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
131-
"with": {
132-
"target": "runtime-datascience-ubi9-python-3.9",
133-
"github": "${{ toJSON(github) }}"
134-
},
135-
"secrets": "inherit"
136-
},
137-
"runtime-pytorch-ubi9-python-3_9": {
138-
"needs": [
139-
"base-ubi9-python-3_9"
140-
],
141-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
142-
"with": {
143-
"target": "runtime-pytorch-ubi9-python-3.9",
144-
"github": "${{ toJSON(github) }}"
145-
},
146-
"secrets": "inherit"
147-
},
148-
"runtime-cuda-tensorflow-ubi9-python-3_9": {
149-
"needs": [
150-
"cuda-ubi9-python-3_9"
151-
],
152-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
153-
"with": {
154-
"target": "runtime-cuda-tensorflow-ubi9-python-3.9",
155-
"github": "${{ toJSON(github) }}"
156-
},
157-
"secrets": "inherit"
158-
},
159-
"codeserver-ubi9-python-3_9": {
160-
"needs": [
161-
"base-ubi9-python-3_9"
162-
],
163-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
164-
"with": {
165-
"target": "codeserver-ubi9-python-3.9",
166-
"github": "${{ toJSON(github) }}"
167-
},
168-
"secrets": "inherit"
169-
},
170-
"intel-base-gpu-ubi9-python-3_9": {
171-
"needs": [
172-
"base-ubi9-python-3_9"
173-
],
174-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
175-
"with": {
176-
"target": "intel-base-gpu-ubi9-python-3.9",
177-
"github": "${{ toJSON(github) }}"
178-
},
179-
"secrets": "inherit"
180-
},
181-
"intel-runtime-tensorflow-ubi9-python-3_9": {
182-
"needs": [
183-
"intel-base-gpu-ubi9-python-3_9"
184-
],
185-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
186-
"with": {
187-
"target": "intel-runtime-tensorflow-ubi9-python-3.9",
188-
"github": "${{ toJSON(github) }}"
189-
},
190-
"secrets": "inherit"
191-
},
192-
"jupyter-intel-tensorflow-ubi9-python-3_9": {
193-
"needs": [
194-
"intel-base-gpu-ubi9-python-3_9"
195-
],
196-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
197-
"with": {
198-
"target": "jupyter-intel-tensorflow-ubi9-python-3.9",
199-
"github": "${{ toJSON(github) }}"
200-
},
201-
"secrets": "inherit"
202-
},
203-
"intel-runtime-pytorch-ubi9-python-3_9": {
204-
"needs": [
205-
"intel-base-gpu-ubi9-python-3_9"
206-
],
207-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
208-
"with": {
209-
"target": "intel-runtime-pytorch-ubi9-python-3.9",
210-
"github": "${{ toJSON(github) }}"
211-
},
212-
"secrets": "inherit"
213-
},
214-
"jupyter-intel-pytorch-ubi9-python-3_9": {
215-
"needs": [
216-
"intel-base-gpu-ubi9-python-3_9"
217-
],
218-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
219-
"with": {
220-
"target": "jupyter-intel-pytorch-ubi9-python-3.9",
221-
"github": "${{ toJSON(github) }}"
222-
},
223-
"secrets": "inherit"
224-
},
225-
"intel-runtime-ml-ubi9-python-3_9": {
226-
"needs": [
227-
"base-ubi9-python-3_9"
228-
],
229-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
230-
"with": {
231-
"target": "intel-runtime-ml-ubi9-python-3.9",
232-
"github": "${{ toJSON(github) }}"
233-
},
234-
"secrets": "inherit"
235-
},
236-
"jupyter-intel-ml-ubi9-python-3_9": {
237-
"needs": [
238-
"base-ubi9-python-3_9"
239-
],
240-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
241-
"with": {
242-
"target": "jupyter-intel-ml-ubi9-python-3.9",
243-
"github": "${{ toJSON(github) }}"
244-
},
245-
"secrets": "inherit"
246-
},
24718
"base-ubi9-python-3_11": {
24819
"needs": [],
24920
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
@@ -473,48 +244,6 @@
473244
},
474245
"secrets": "inherit"
475246
},
476-
"base-c9s-python-3_9": {
477-
"needs": [],
478-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
479-
"with": {
480-
"target": "base-c9s-python-3.9",
481-
"github": "${{ toJSON(github) }}"
482-
},
483-
"secrets": "inherit"
484-
},
485-
"cuda-c9s-python-3_9": {
486-
"needs": [
487-
"base-c9s-python-3_9"
488-
],
489-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
490-
"with": {
491-
"target": "cuda-c9s-python-3.9",
492-
"github": "${{ toJSON(github) }}"
493-
},
494-
"secrets": "inherit"
495-
},
496-
"rstudio-c9s-python-3_9": {
497-
"needs": [
498-
"base-c9s-python-3_9"
499-
],
500-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
501-
"with": {
502-
"target": "rstudio-c9s-python-3.9",
503-
"github": "${{ toJSON(github) }}"
504-
},
505-
"secrets": "inherit"
506-
},
507-
"cuda-rstudio-c9s-python-3_9": {
508-
"needs": [
509-
"cuda-c9s-python-3_9"
510-
],
511-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
512-
"with": {
513-
"target": "cuda-rstudio-c9s-python-3.9",
514-
"github": "${{ toJSON(github) }}"
515-
},
516-
"secrets": "inherit"
517-
},
518247
"base-c9s-python-3_11": {
519248
"needs": [],
520249
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
@@ -557,83 +286,6 @@
557286
},
558287
"secrets": "inherit"
559288
},
560-
"rocm-ubi9-python-3_9": {
561-
"needs": [
562-
"base-ubi9-python-3_9"
563-
],
564-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
565-
"with": {
566-
"target": "rocm-ubi9-python-3.9",
567-
"github": "${{ toJSON(github) }}"
568-
},
569-
"secrets": "inherit"
570-
},
571-
"rocm-jupyter-minimal-ubi9-python-3_9": {
572-
"needs": [
573-
"rocm-ubi9-python-3_9"
574-
],
575-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
576-
"with": {
577-
"target": "rocm-jupyter-minimal-ubi9-python-3.9",
578-
"github": "${{ toJSON(github) }}"
579-
},
580-
"secrets": "inherit"
581-
},
582-
"rocm-jupyter-datascience-ubi9-python-3_9": {
583-
"needs": [
584-
"rocm-jupyter-minimal-ubi9-python-3_9"
585-
],
586-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
587-
"with": {
588-
"target": "rocm-jupyter-datascience-ubi9-python-3.9",
589-
"github": "${{ toJSON(github) }}"
590-
},
591-
"secrets": "inherit"
592-
},
593-
"rocm-jupyter-tensorflow-ubi9-python-3_9": {
594-
"needs": [
595-
"rocm-jupyter-datascience-ubi9-python-3_9"
596-
],
597-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
598-
"with": {
599-
"target": "rocm-jupyter-tensorflow-ubi9-python-3.9",
600-
"github": "${{ toJSON(github) }}"
601-
},
602-
"secrets": "inherit"
603-
},
604-
"rocm-jupyter-pytorch-ubi9-python-3_9": {
605-
"needs": [
606-
"rocm-jupyter-datascience-ubi9-python-3_9"
607-
],
608-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
609-
"with": {
610-
"target": "rocm-jupyter-pytorch-ubi9-python-3.9",
611-
"github": "${{ toJSON(github) }}"
612-
},
613-
"secrets": "inherit"
614-
},
615-
"rocm-runtime-pytorch-ubi9-python-3_9": {
616-
"needs": [
617-
"rocm-ubi9-python-3_9"
618-
],
619-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
620-
"with": {
621-
"target": "rocm-runtime-pytorch-ubi9-python-3.9",
622-
"github": "${{ toJSON(github) }}"
623-
},
624-
"secrets": "inherit"
625-
},
626-
"rocm-runtime-tensorflow-ubi9-python-3_9": {
627-
"needs": [
628-
"rocm-ubi9-python-3_9"
629-
],
630-
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
631-
"with": {
632-
"target": "rocm-runtime-tensorflow-ubi9-python-3.9",
633-
"github": "${{ toJSON(github) }}"
634-
},
635-
"secrets": "inherit"
636-
},
637289
"rocm-ubi9-python-3_11": {
638290
"needs": [
639291
"base-ubi9-python-3_11"

0 commit comments

Comments
 (0)