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
commit 093e93cfbf
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
* Fix bug in creation of `/dev/char` symlinks by failing operation if kernel modules are not loaded. * Fix bug in creation of `/dev/char` symlinks by failing operation if kernel modules are not loaded.
* Add option to load kernel modules when creating device nodes * Add option to load kernel modules when creating device nodes
* Add option to create device nodes when creating `/dev/char` symlinks * Add option to create device nodes when creating `/dev/char` symlinks
* Bump CUDA base image version to 12.1.1.
## v1.13.1 ## v1.13.1

View File

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