Skip to content

Commit 2dd49c8

Browse files
committed
RHOAIENG-21668: chore(Makefile): update Makefile with rhel9 rstudio targets
1 parent 5b632be commit 2dd49c8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,16 @@ rstudio-c9s-python-$(RELEASE_PYTHON_VERSION):
172172
cuda-rstudio-c9s-python-$(RELEASE_PYTHON_VERSION):
173173
$(call image,$@,rstudio/c9s-python-$(RELEASE_PYTHON_VERSION)/Dockerfile.cuda)
174174

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+
175185
####################################### Buildchain for AMD Python using UBI9 #######################################
176186
.PHONY: rocm-jupyter-minimal-ubi9-python-$(RELEASE_PYTHON_VERSION)
177187
rocm-jupyter-minimal-ubi9-python-$(RELEASE_PYTHON_VERSION):
@@ -438,6 +448,8 @@ all-images: jupyter-minimal-ubi9-python-$(RELEASE_PYTHON_VERSION) \
438448
codeserver-ubi9-python-$(RELEASE_PYTHON_VERSION) \
439449
rstudio-c9s-python-$(RELEASE_PYTHON_VERSION) \
440450
cuda-rstudio-c9s-python-$(RELEASE_PYTHON_VERSION) \
451+
rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION) \
452+
cuda-rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION) \
441453
rocm-jupyter-minimal-ubi9-python-$(RELEASE_PYTHON_VERSION) \
442454
rocm-jupyter-tensorflow-ubi9-python-$(RELEASE_PYTHON_VERSION) \
443455
rocm-jupyter-pytorch-ubi9-python-$(RELEASE_PYTHON_VERSION) \

0 commit comments

Comments
 (0)