@@ -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
@@ -573,8 +558,11 @@ refresh-pipfilelock-files:
573
558
cd jupyter/datascience/ubi9-python-3.9 && pipenv lock
574
559
cd jupyter/pytorch/ubi9-python-3.9 && pipenv lock
575
560
cd jupyter/tensorflow/ubi9-python-3.9 && pipenv lock
576
- cd jupyter/trustyai/ubi8-python-3.8 && pipenv lock
577
561
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
578
566
cd runtimes/datascience/ubi8-python-3.8 && pipenv lock
579
567
cd runtimes/datascience/ubi9-python-3.9 && pipenv lock
580
568
cd runtimes/pytorch/ubi9-python-3.9 && pipenv lock
0 commit comments