We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6bf02 commit f1f6296Copy full SHA for f1f6296
CHANGELOG.md
@@ -10,6 +10,7 @@
10
* Add `NVIDIA_VISIBLE_DEVICES=void` to generated CDI specifications.
11
12
* [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
14
15
## v1.15.0-rc.3
16
* Fix bug in `nvidia-ctk hook update-ldcache` where default `--ldconfig-path` value was not applied.
versions.mk
@@ -27,7 +27,7 @@ PACKAGE_REVISION := 1
27
NVIDIA_DOCKER_VERSION := 2.14.0
28
NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0
29
30
-CUDA_VERSION := 12.3.1
+CUDA_VERSION := 12.3.2
31
GOLANG_VERSION := 1.20.5
32
33
BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)
0 commit comments