Skip to content

Commit dc30eaa

Browse files
authored
Merge pull request #672 from rahulait/bump-rocky-base
bump base version used to build images for rocky9
2 parents 7341850 + a36e8f9 commit dc30eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ $(DRIVER_BUILD_TARGETS):
178178
build-rhcos%: SUBDIR = rhel9
179179

180180
build-rocky9%: SUBDIR = rhel9
181-
build-rocky9%: DOCKER_BUILD_ARGS = --build-arg BASE_IMAGE=nvcr.io/nvidia/cuda:13.1.1-base-rockylinux9
181+
build-rocky9%: DOCKER_BUILD_ARGS = --build-arg BASE_IMAGE=nvcr.io/nvidia/cuda:13.2.0-base-rockylinux9
182182

183183
build-fedora%: SUBDIR = fedora
184184

0 commit comments

Comments
 (0)