Skip to content

Commit 99f3288

Browse files
committed
RHOAIENG-9168: Remove unused images from notebooks repo
1 parent e506603 commit 99f3288

File tree

25 files changed

+4
-32628
lines changed

25 files changed

+4
-32628
lines changed

Makefile

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -97,26 +97,11 @@ cuda-jupyter-minimal-ubi8-python-3.8: cuda-ubi8-python-3.8
9797
cuda-jupyter-datascience-ubi8-python-3.8: cuda-jupyter-minimal-ubi8-python-3.8
9898
$(call image,$@,jupyter/datascience/ubi8-python-3.8,$<)
9999

100-
# Build and push jupyter-trustyai-ubi8-python-3.8 image to the registry
101-
.PHONY: jupyter-trustyai-ubi8-python-3.8
102-
jupyter-trustyai-ubi8-python-3.8: jupyter-datascience-ubi8-python-3.8
103-
$(call image,$@,jupyter/trustyai/ubi8-python-3.8,$<)
104-
105-
# Build and push habana-jupyter-1.9.0-ubi8-python-3.8 image to the registry
106-
.PHONY: habana-jupyter-1.9.0-ubi8-python-3.8
107-
habana-jupyter-1.9.0-ubi8-python-3.8: jupyter-datascience-ubi8-python-3.8
108-
$(call image,$@,habana/1.9.0/ubi8-python-3.8,$<)
109-
110100
# Build and push habana-jupyter-1.10.0-ubi8-python-3.8 image to the registry
111101
.PHONY: habana-jupyter-1.10.0-ubi8-python-3.8
112102
habana-jupyter-1.10.0-ubi8-python-3.8: jupyter-datascience-ubi8-python-3.8
113103
$(call image,$@,habana/1.10.0/ubi8-python-3.8,$<)
114104

115-
# Build and push habana-jupyter-1.11.0-ubi8-python-3.8 image to the registry
116-
.PHONY: habana-jupyter-1.11.0-ubi8-python-3.8
117-
habana-jupyter-1.11.0-ubi8-python-3.8: jupyter-datascience-ubi8-python-3.8
118-
$(call image,$@,habana/1.11.0/ubi8-python-3.8,$<)
119-
120105
# Build and push habana-jupyter-1.13.0-ubi8-python-3.8 image to the registry
121106
.PHONY: habana-jupyter-1.13.0-ubi8-python-3.8
122107
habana-jupyter-1.13.0-ubi8-python-3.8: jupyter-datascience-ubi8-python-3.8
@@ -573,8 +558,11 @@ refresh-pipfilelock-files:
573558
cd jupyter/datascience/ubi9-python-3.9 && pipenv lock
574559
cd jupyter/pytorch/ubi9-python-3.9 && pipenv lock
575560
cd jupyter/tensorflow/ubi9-python-3.9 && pipenv lock
576-
cd jupyter/trustyai/ubi8-python-3.8 && pipenv lock
577561
cd jupyter/trustyai/ubi9-python-3.9 && pipenv lock
562+
cd habana/1.10.0/ubi8-python-3.8 && pipenv lock
563+
cd habana/1.13.0/ubi8-python-3.8 && pipenv lock
564+
cd runtimes/minimal/ubi8-python-3.8 && pipenv lock
565+
cd runtimes/minimal/ubi9-python-3.9 && pipenv lock
578566
cd runtimes/datascience/ubi8-python-3.8 && pipenv lock
579567
cd runtimes/datascience/ubi9-python-3.9 && pipenv lock
580568
cd runtimes/pytorch/ubi9-python-3.9 && pipenv lock

habana/1.11.0/ubi8-python-3.8/Dockerfile

Lines changed: 0 additions & 167 deletions
This file was deleted.

habana/1.11.0/ubi8-python-3.8/Pipfile

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)