Bump CUDA base image to 12.3.1

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2024-01-11 10:35:06 +01:00
parent 6f3d9307bb
commit dd065fa69e
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@
* Added detection of libnvdxgdmal.so.1 on WSL2 * Added detection of libnvdxgdmal.so.1 on WSL2
* Use devRoot to resolve MIG device nodes. * Use devRoot to resolve MIG device nodes.
* [toolkit-container] Bump CUDA base image version to 12.3.1.
## v1.15.0-rc.1 ## v1.15.0-rc.1
* Skip update of ldcache in containers without ldconfig. The .so.SONAME symlinks are still created. * Skip update of ldcache in containers without ldconfig. The .so.SONAME symlinks are still created.
* Normalize ldconfig path on use. This automatically adjust the ldconfig setting applied to ldconfig.real on systems where this exists. * Normalize ldconfig path on use. This automatically adjust the ldconfig setting applied to ldconfig.real on systems where this exists.

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.2.2 CUDA_VERSION := 12.3.1
GOLANG_VERSION := 1.20.5 GOLANG_VERSION := 1.20.5
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 "")