@@ -97,26 +97,11 @@ cuda-jupyter-minimal-ubi8-python-3.8: cuda-ubi8-python-3.8
97
97
cuda-jupyter-datascience-ubi8-python-3.8 : cuda-jupyter-minimal-ubi8-python-3.8
98
98
$(call image,$@ ,jupyter/datascience/ubi8-python-3.8,$< )
99
99
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
-
110
100
# Build and push habana-jupyter-1.10.0-ubi8-python-3.8 image to the registry
111
101
.PHONY : habana-jupyter-1.10.0-ubi8-python-3.8
112
102
habana-jupyter-1.10.0-ubi8-python-3.8 : jupyter-datascience-ubi8-python-3.8
113
103
$(call image,$@ ,habana/1.10.0/ubi8-python-3.8,$< )
114
104
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
-
120
105
# Build and push habana-jupyter-1.13.0-ubi8-python-3.8 image to the registry
121
106
.PHONY : habana-jupyter-1.13.0-ubi8-python-3.8
122
107
habana-jupyter-1.13.0-ubi8-python-3.8 : jupyter-datascience-ubi8-python-3.8
@@ -442,8 +427,6 @@ test-%: bin/kubectl
442
427
$(call test_with_papermill,minimal,ubi8,python-3.8) \
443
428
elif echo " $( FULL_NOTEBOOK_NAME) " | grep -q " datascience-ubi8" ; then \
444
429
$(MAKE ) validate-ubi8-datascience -e FULL_NOTEBOOK_NAME=$(FULL_NOTEBOOK_NAME ) ; \
445
- elif echo " $( FULL_NOTEBOOK_NAME) " | grep -q " trustyai-ubi8" ; then \
446
- $(call test_with_papermill,trustyai,ubi8,python-3.8) \
447
430
elif echo " $( FULL_NOTEBOOK_NAME) " | grep -q " anaconda" ; then \
448
431
echo " There is no test notebook implemented yet for Anaconda Notebook...." \
449
432
else \
@@ -573,8 +556,11 @@ refresh-pipfilelock-files:
573
556
cd jupyter/datascience/ubi9-python-3.9 && pipenv lock
574
557
cd jupyter/pytorch/ubi9-python-3.9 && pipenv lock
575
558
cd jupyter/tensorflow/ubi9-python-3.9 && pipenv lock
576
- cd jupyter/trustyai/ubi8-python-3.8 && pipenv lock
577
559
cd jupyter/trustyai/ubi9-python-3.9 && pipenv lock
560
+ cd habana/1.10.0/ubi8-python-3.8 && pipenv lock
561
+ cd habana/1.13.0/ubi8-python-3.8 && pipenv lock
562
+ cd runtimes/minimal/ubi8-python-3.8 && pipenv lock
563
+ cd runtimes/minimal/ubi9-python-3.9 && pipenv lock
578
564
cd runtimes/datascience/ubi8-python-3.8 && pipenv lock
579
565
cd runtimes/datascience/ubi9-python-3.9 && pipenv lock
580
566
cd runtimes/pytorch/ubi9-python-3.9 && pipenv lock
0 commit comments