Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cuda base #9

Closed
wants to merge 8 commits into from
Closed
10 changes: 10 additions & 0 deletions .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ image-rhel9:
extends:
- .image-pull
- .dist-rhel9
- .driver-versions-rhel9

image-centos7:
extends:
Expand Down Expand Up @@ -269,6 +270,7 @@ scan-rhel9-amd64:
- .scan
- .dist-rhel9
- .platform-amd64
- .driver-versions-rhel9
needs:
- image-rhel9

Expand All @@ -277,6 +279,7 @@ scan-rhel9-arm64:
- .scan
- .dist-rhel9
- .platform-arm64
- .driver-versions-rhel9
needs:
- image-rhel9

Expand Down Expand Up @@ -372,6 +375,13 @@ release:ngc-rhcos4.14:
variables:
OUT_DIST: "rhcos4.14"

release:ngc-rhcos4.15:
extends:
- .release:ngc
- .dist-rhel8
variables:
OUT_DIST: "rhcos4.15"

release:ngc-rhel8.6:
extends:
- .release:ngc
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# DRIVER_VERSIONS contains latest version in all active datacenter branches
DRIVER_VERSIONS ?= 470.239.06 535.161.07 550.54.14

CUDA_VERSION := 12.3.1
CUDA_VERSION := 12.3.2