Bump CUDA base image to 12.3.2

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2024-03-19 10:37:36 +02:00
parent 5a6bf02914
commit f1f629674e
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
* Add `NVIDIA_VISIBLE_DEVICES=void` to generated CDI specifications.
* [toolkit-container] Remove centos7 image. The ubi8 image can be used on all RPM-based platforms.
* [toolkit-container] Bump CUDA base image version to 12.3.2
## v1.15.0-rc.3
* Fix bug in `nvidia-ctk hook update-ldcache` where default `--ldconfig-path` value was not applied.

View File

@ -27,7 +27,7 @@ PACKAGE_REVISION := 1
NVIDIA_DOCKER_VERSION := 2.14.0
NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0
CUDA_VERSION := 12.3.1
CUDA_VERSION := 12.3.2
GOLANG_VERSION := 1.20.5
BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)