@@ -172,6 +172,16 @@ rstudio-c9s-python-$(RELEASE_PYTHON_VERSION):
172
172
cuda-rstudio-c9s-python-$(RELEASE_PYTHON_VERSION ) :
173
173
$(call image,$@ ,rstudio/c9s-python-$(RELEASE_PYTHON_VERSION ) /Dockerfile.cuda)
174
174
175
+ # ###################################### Buildchain for Python using rhel9 #######################################
176
+
177
+ .PHONY : rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION )
178
+ rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION ) :
179
+ $(call image,$@ ,rstudio/rhel9-python-$(RELEASE_PYTHON_VERSION ) /Dockerfile.cpu)
180
+
181
+ .PHONY : cuda-rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION )
182
+ cuda-rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION ) :
183
+ $(call image,$@ ,rstudio/rhel9-python-$(RELEASE_PYTHON_VERSION ) /Dockerfile.cuda)
184
+
175
185
# ###################################### Buildchain for AMD Python using UBI9 #######################################
176
186
.PHONY : rocm-jupyter-minimal-ubi9-python-$(RELEASE_PYTHON_VERSION )
177
187
rocm-jupyter-minimal-ubi9-python-$(RELEASE_PYTHON_VERSION ) :
@@ -438,6 +448,8 @@ all-images: jupyter-minimal-ubi9-python-$(RELEASE_PYTHON_VERSION) \
438
448
codeserver-ubi9-python-$(RELEASE_PYTHON_VERSION ) \
439
449
rstudio-c9s-python-$(RELEASE_PYTHON_VERSION ) \
440
450
cuda-rstudio-c9s-python-$(RELEASE_PYTHON_VERSION ) \
451
+ rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION ) \
452
+ cuda-rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION ) \
441
453
rocm-jupyter-minimal-ubi9-python-$(RELEASE_PYTHON_VERSION ) \
442
454
rocm-jupyter-tensorflow-ubi9-python-$(RELEASE_PYTHON_VERSION ) \
443
455
rocm-jupyter-pytorch-ubi9-python-$(RELEASE_PYTHON_VERSION ) \
0 commit comments