Skip to content

Commit f1f6296

Browse files
committed
Bump CUDA base image to 12.3.2
Signed-off-by: Evan Lezar <[email protected]>
1 parent 5a6bf02 commit f1f6296

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Add `NVIDIA_VISIBLE_DEVICES=void` to generated CDI specifications.
1111

1212
* [toolkit-container] Remove centos7 image. The ubi8 image can be used on all RPM-based platforms.
13+
* [toolkit-container] Bump CUDA base image version to 12.3.2
1314

1415
## v1.15.0-rc.3
1516
* Fix bug in `nvidia-ctk hook update-ldcache` where default `--ldconfig-path` value was not applied.

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PACKAGE_REVISION := 1
2727
NVIDIA_DOCKER_VERSION := 2.14.0
2828
NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0
2929

30-
CUDA_VERSION := 12.3.1
30+
CUDA_VERSION := 12.3.2
3131
GOLANG_VERSION := 1.20.5
3232

3333
BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)

0 commit comments

Comments
 (0)