File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# NVIDIA Container Toolkit Changelog
22
3+ ## v1.15.0-rc.4
34* Add a ` --spec-dir ` option to the ` nvidia-ctk cdi generate ` command. This allows specs outside of ` /etc/cdi ` and ` /var/run/cdi ` to be processed.
45* Add support for extracting device major number from ` /proc/devices ` if ` nvidia ` is used as a device name over ` nvidia-frontend ` .
56* Allow multiple device naming strategies for ` nvidia-ctk cdi generate ` command. This allows a single
910* Add ` NVIDIA_VISIBLE_DEVICES=void ` to generated CDI specifications.
1011
1112* [ 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
1214
1315## v1.15.0-rc.3
1416* Fix bug in ` nvidia-ctk hook update-ldcache ` where default ` --ldconfig-path ` value was not applied.
Original file line number Diff line number Diff line change 1414
1515LIB_NAME := nvidia-container-toolkit
1616LIB_VERSION := 1.15.0
17- LIB_TAG := rc.3
17+ LIB_TAG := rc.4
1818
1919# The package version is the combination of the library version and tag.
2020# If the tag is specified the two components are joined with a tilde (~).
@@ -27,7 +27,7 @@ PACKAGE_REVISION := 1
2727NVIDIA_DOCKER_VERSION := 2.14.0
2828NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0
2929
30- CUDA_VERSION := 12.3.1
30+ CUDA_VERSION := 12.3.2
3131GOLANG_VERSION := 1.20.5
3232
3333BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION )
You can’t perform that action at this time.
0 commit comments