Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'bump-cuda-version' into 'main'
Browse files Browse the repository at this point in the history
Update cuda base image version to 11.8.0

See merge request nvidia/kubernetes/gpu-feature-discovery!136
  • Loading branch information
Evan Lezar committed Oct 20, 2022
2 parents 1342bea + 1b1e3dd commit b4f3c1f
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 @@ -18,7 +18,7 @@ VERSION ?= v0.7.0-rc.2

vVERSION := v$(VERSION:v%=%)

CUDA_VERSION := 11.7.1
CUDA_VERSION := 11.8.0
GOLANG_VERSION ?= 1.18.2

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

0 comments on commit b4f3c1f

Please sign in to comment.