@@ -57,11 +57,6 @@ jupyter-minimal-ubi8-python-3.8: base-ubi8-python-3.8
57
57
jupyter-datascience-ubi8-python-3.8 : jupyter-minimal-ubi8-python-3.8
58
58
$(call image,$@ ,jupyter/datascience/ubi8-python-3.8,$< )
59
59
60
- # Build and push jupyter-pytorch-ubi8-python-3.8 image to the registry
61
- .PHONY : jupyter-pytorch-ubi8-python-3.8
62
- jupyter-pytorch-ubi8-python-3.8 : jupyter-datascience-ubi8-python-3.8
63
- $(call image,$@ ,jupyter/pytorch/ubi8-python-3.8,$< )
64
-
65
60
# Build and push cuda-ubi8-python-3.8 image to the registry
66
61
.PHONY : cuda-ubi8-python-3.8
67
62
cuda-ubi8-python-3.8 : base-ubi8-python-3.8
@@ -83,6 +78,11 @@ cuda-jupyter-datascience-ubi8-python-3.8: cuda-jupyter-minimal-ubi8-python-3.8
83
78
cuda-jupyter-tensorflow-ubi8-python-3.8 : cuda-jupyter-datascience-ubi8-python-3.8
84
79
$(call image,$@ ,jupyter/tensorflow/ubi8-python-3.8,$< )
85
80
81
+ # Build and push jupyter-pytorch-ubi8-python-3.8 image to the registry
82
+ .PHONY : jupyter-pytorch-ubi8-python-3.8
83
+ jupyter-pytorch-ubi8-python-3.8 : cuda-jupyter-datascience-ubi9-python-3.9
84
+ $(call image,$@ ,jupyter/pytorch/ubi8-python-3.8,$< )
85
+
86
86
# Build and push runtime-datascience-ubi8-python-3.8 image to the registry
87
87
.PHONY : runtime-datascience-ubi8-python-3.8
88
88
runtime-datascience-ubi8-python-3.8 : base-ubi8-python-3.8
@@ -115,11 +115,6 @@ jupyter-minimal-ubi9-python-3.9: base-ubi9-python-3.9
115
115
jupyter-datascience-ubi9-python-3.9 : jupyter-minimal-ubi9-python-3.9
116
116
$(call image,$@ ,jupyter/datascience/ubi9-python-3.9,$< )
117
117
118
- # Build and push jupyter-pytorch-ubi9-python-3.9 image to the registry
119
- .PHONY : jupyter-pytorch-ubi9-python-3.9
120
- jupyter-pytorch-ubi9-python-3.9 : jupyter-datascience-ubi9-python-3.9
121
- $(call image,$@ ,jupyter/pytorch/ubi9-python-3.9,$< )
122
-
123
118
# Build and push cuda-ubi9-python-3.9 image to the registry
124
119
.PHONY : cuda-ubi9-python-3.9
125
120
cuda-ubi9-python-3.9 : base-ubi9-python-3.9
@@ -140,6 +135,11 @@ cuda-jupyter-datascience-ubi9-python-3.9: cuda-jupyter-minimal-ubi9-python-3.9
140
135
cuda-jupyter-tensorflow-ubi9-python-3.9 : cuda-jupyter-datascience-ubi9-python-3.9
141
136
$(call image,$@ ,jupyter/tensorflow/ubi9-python-3.9,$< )
142
137
138
+ # Build and push jupyter-pytorch-ubi9-python-3.9 image to the registry
139
+ .PHONY : jupyter-pytorch-ubi9-python-3.9
140
+ jupyter-pytorch-ubi9-python-3.9 : cuda-jupyter-datascience-ubi9-python-3.9
141
+ $(call image,$@ ,jupyter/pytorch/ubi9-python-3.9,$< )
142
+
143
143
# Build and push jupyter-trustyai-ubi9-python-3.9 image to the registry
144
144
.PHONY : jupyter-trustyai-ubi9-python-3.9
145
145
jupyter-trustyai-ubi9-python-3.9 : jupyter-datascience-ubi9-python-3.9
@@ -390,3 +390,4 @@ refresh-pipfilelock-files:
390
390
cd runtimes/tensorflow/ubi8-python-3.8 && pipenv lock
391
391
cd runtimes/tensorflow/ubi9-python-3.9 && pipenv lock
392
392
cd base/c9s-python-3.9 && pipenv lock
393
+
0 commit comments