We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a15a22 commit fd8726fCopy full SHA for fd8726f
Makefile
@@ -476,7 +476,9 @@ scan-image-vulnerabilities:
476
ifeq ($(RELEASE_PYTHON_VERSION), 3.11)
477
all-images: \
478
rstudio-c9s-python-$(RELEASE_PYTHON_VERSION) \
479
- rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION)
+ rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION) \
480
+ cuda-rstudio-c9s-python-$(RELEASE_PYTHON_VERSION) \
481
+ cuda-rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION)
482
else ifeq ($(RELEASE_PYTHON_VERSION), 3.12)
483
484
jupyter-minimal-ubi9-python-$(RELEASE_PYTHON_VERSION) \
0 commit comments