Skip to content

Commit f1986e9

Browse files
committed
Remove PyTorch and TensorFlow ubi8 flavors
1 parent ec843ba commit f1986e9

File tree

33 files changed

+0
-15605
lines changed

33 files changed

+0
-15605
lines changed

Makefile

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,6 @@ cuda-jupyter-minimal-ubi8-python-3.8: cuda-ubi8-python-3.8
7575
cuda-jupyter-datascience-ubi8-python-3.8: cuda-jupyter-minimal-ubi8-python-3.8
7676
$(call image,$@,jupyter/datascience/ubi8-python-3.8,$<)
7777

78-
# Build and push cuda-jupyter-tensorflow-ubi8-python-3.8 image to the registry
79-
.PHONY: cuda-jupyter-tensorflow-ubi8-python-3.8
80-
cuda-jupyter-tensorflow-ubi8-python-3.8: cuda-jupyter-datascience-ubi8-python-3.8
81-
$(call image,$@,jupyter/tensorflow/ubi8-python-3.8,$<)
82-
83-
# Build and push jupyter-pytorch-ubi8-python-3.8 image to the registry
84-
.PHONY: jupyter-pytorch-ubi8-python-3.8
85-
jupyter-pytorch-ubi8-python-3.8: cuda-jupyter-datascience-ubi8-python-3.8
86-
$(call image,$@,jupyter/pytorch/ubi8-python-3.8,$<)
87-
8878
# Build and push jupyter-trustyai-ubi8-python-3.8 image to the registry
8979
.PHONY: jupyter-trustyai-ubi8-python-3.8
9080
jupyter-trustyai-ubi8-python-3.8: jupyter-datascience-ubi8-python-3.8
@@ -115,15 +105,6 @@ runtime-minimal-ubi8-python-3.8: base-ubi8-python-3.8
115105
runtime-datascience-ubi8-python-3.8: base-ubi8-python-3.8
116106
$(call image,$@,runtimes/datascience/ubi8-python-3.8,$<)
117107

118-
# Build and push runtime-pytorch-ubi8-python-3.8 image to the registry
119-
.PHONY: runtime-pytorch-ubi8-python-3.8
120-
runtime-pytorch-ubi8-python-3.8: base-ubi8-python-3.8
121-
$(call image,$@,runtimes/pytorch/ubi8-python-3.8,$<)
122-
123-
# Build and push runtime-cuda-tensorflow-ubi8-python-3.8 image to the registry
124-
.PHONY: runtime-cuda-tensorflow-ubi8-python-3.8
125-
runtime-cuda-tensorflow-ubi8-python-3.8: cuda-ubi8-python-3.8
126-
$(call image,$@,runtimes/tensorflow/ubi8-python-3.8,$<)
127108

128109
####################################### Buildchain for Python 3.9 using ubi9 #######################################
129110

@@ -338,12 +319,6 @@ test-%: bin/kubectl
338319
$(KUBECTL_BIN) exec $(FULL_NOTEBOOK_NAME) -- /bin/sh -c "wget https://raw.githubusercontent.com/opendatahub-io/notebooks/main/jupyter/minimal/ubi8-python-3.8/test/test_notebook.ipynb -O test_notebook.ipynb && python3 -m papermill test_notebook.ipynb minimal_ubi8_output.ipynb --kernel python3 > /dev/null" ; \
339320
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "datascience-ubi8"; then \
340321
$(MAKE) validate-ubi8-datascience -e FULL_NOTEBOOK_NAME=$(FULL_NOTEBOOK_NAME); \
341-
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "pytorch-ubi8"; then \
342-
$(MAKE) validate-ubi8-datascience -e FULL_NOTEBOOK_NAME=$(FULL_NOTEBOOK_NAME); \
343-
$(KUBECTL_BIN) exec $(FULL_NOTEBOOK_NAME) -- /bin/sh -c "wget https://raw.githubusercontent.com/opendatahub-io/notebooks/main/jupyter/pytorch/ubi8-python-3.8/test/test_notebook.ipynb -O test_notebook.ipynb && python3 -m papermill test_notebook.ipynb pytorch_ubi8_output.ipynb --kernel python3 > /dev/null" ; \
344-
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "tensorflow-ubi8"; then \
345-
$(MAKE) validate-ubi8-datascience -e FULL_NOTEBOOK_NAME=$(FULL_NOTEBOOK_NAME); \
346-
$(KUBECTL_BIN) exec $(FULL_NOTEBOOK_NAME) -- /bin/sh -c "wget https://raw.githubusercontent.com/opendatahub-io/notebooks/main/jupyter/tensorflow/ubi8-python-3.8/test/test_notebook.ipynb -O test_notebook.ipynb && python3 -m papermill test_notebook.ipynb tensorflow_ubi8_output.ipynb --kernel python3 > /dev/null" ; \
347322
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "trustyai-ubi8"; then \
348323
$(MAKE) validate-ubi8-datascience -e FULL_NOTEBOOK_NAME=$(FULL_NOTEBOOK_NAME); \
349324
$(KUBECTL_BIN) exec $(FULL_NOTEBOOK_NAME) -- /bin/sh -c "wget https://raw.githubusercontent.com/opendatahub-io/notebooks/main/jupyter/trustyai/ubi8-python-3.8/test/test_notebook.ipynb -O test_notebook.ipynb && python3 -m papermill test_notebook.ipynb trustyai_ubi8_output.ipynb --kernel python3 > /dev/null" ; \
@@ -451,8 +426,6 @@ refresh-pipfilelock-files:
451426
cd jupyter/datascience/ubi8-python-3.8 && pipenv lock
452427
cd jupyter/datascience/ubi9-python-3.9 && pipenv lock
453428
cd jupyter/pytorch/ubi9-python-3.9 && pipenv lock
454-
cd jupyter/pytorch/ubi8-python-3.8 && pipenv lock
455-
cd jupyter/tensorflow/ubi8-python-3.8 && pipenv lock
456429
cd jupyter/tensorflow/ubi9-python-3.9 && pipenv lock
457430
cd jupyter/trustyai/ubi8-python-3.8 && pipenv lock
458431
cd jupyter/trustyai/ubi9-python-3.9 && pipenv lock

jupyter/pytorch/ubi8-python-3.8/Dockerfile

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

jupyter/pytorch/ubi8-python-3.8/Pipfile

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

0 commit comments

Comments
 (0)