Skip to content

Commit fd8726f

Browse files
authored
NO-JIRA: resume testing of cuda-based rstudio images in GitHub Actions (#2174)
1 parent 0a15a22 commit fd8726f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,9 @@ scan-image-vulnerabilities:
476476
ifeq ($(RELEASE_PYTHON_VERSION), 3.11)
477477
all-images: \
478478
rstudio-c9s-python-$(RELEASE_PYTHON_VERSION) \
479-
rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION)
479+
rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION) \
480+
cuda-rstudio-c9s-python-$(RELEASE_PYTHON_VERSION) \
481+
cuda-rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION)
480482
else ifeq ($(RELEASE_PYTHON_VERSION), 3.12)
481483
all-images: \
482484
jupyter-minimal-ubi9-python-$(RELEASE_PYTHON_VERSION) \

0 commit comments

Comments
 (0)