Merge branch 'bump-cuda-base-image' into 'main'

Bump CUDA baseimage version to 12.1.1

See merge request nvidia/container-toolkit/container-toolkit!412
This commit is contained in:
Evan Lezar 2023-06-01 12:42:48 +00:00 committed by Evan Lezar
parent 36d1b7d2a5
commit 234f7ebd5f
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
* Add option to load kernel modules when creating device nodes
* Add option to create device nodes when creating `/dev/char` symlinks
* Treat failures to open debug log files as non-fatal.
* Bump CUDA base image version to 12.1.1.
## v1.13.1

View File

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