Merge branch 'bump-cuda-version' into 'main'

Bump CUDA base image version to 12.1.0

See merge request nvidia/container-toolkit/container-toolkit!335
This commit is contained in:
Evan Lezar 2023-03-10 10:23:30 +00:00
commit fe02351c3a

View File

@ -30,7 +30,7 @@ NVIDIA_CONTAINER_RUNTIME_VERSION := 3.12.0
# Specify the expected libnvidia-container0 version for arm64-based ubuntu builds.
LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack
CUDA_VERSION := 12.0.1
CUDA_VERSION := 12.1.0
GOLANG_VERSION := 1.18.8
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")