Skip to content

Commit

Permalink
Merge branch 'bump-cuda-12.3.0' into 'main'
Browse files Browse the repository at this point in the history
Bump CUDA base image to 12.3.0

See merge request nvidia/kubernetes/device-plugin!324
  • Loading branch information
cdesiniotis committed Nov 10, 2023
2 parents d823cc5 + 729ca9b commit f7aaf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ VERSION ?= v0.14.1
# vVERSION represents the version with a guaranteed v-prefix
vVERSION := v$(VERSION:v%=%)

CUDA_VERSION ?= 12.2.2
CUDA_VERSION ?= 12.3.0
GOLANG_VERSION ?= 1.20.5

GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")

0 comments on commit f7aaf0a

Please sign in to comment.