Skip to content

Commit 5b98d72

Browse files
committed
fixup! Update Makefile with rhel9 rstudio
1 parent db1ef65 commit 5b98d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ cuda-rstudio-c9s-python-$(RELEASE_PYTHON_VERSION):
175175
####################################### Buildchain for Python using rhel9 #######################################
176176

177177
.PHONY: rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION)
178-
rstudio-c9s-python-$(RELEASE_PYTHON_VERSION):
178+
rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION):
179179
$(call image,$@,rstudio/rhel9-python-$(RELEASE_PYTHON_VERSION)/Dockerfile.cpu)
180180

181181
.PHONY: cuda-rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION)
182-
cuda-rstudio-c9s-python-$(RELEASE_PYTHON_VERSION):
182+
cuda-rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION):
183183
$(call image,$@,rstudio/rhel9-python-$(RELEASE_PYTHON_VERSION)/Dockerfile.cuda)
184184

185185
####################################### Buildchain for AMD Python using UBI9 #######################################

0 commit comments

Comments
 (0)