@@ -75,16 +75,6 @@ cuda-jupyter-minimal-ubi8-python-3.8: cuda-ubi8-python-3.8
7575cuda-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
9080jupyter-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
115105runtime-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
0 commit comments