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.
2 parents 21ed60b + 07d1f48 commit 93e15bcCopy full SHA for 93e15bc
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# NVIDIA Container Toolkit Changelog
2
3
+## v1.15.0-rc.3
4
+* Fix bug in `nvidia-ctk hook update-ldcache` where default `--ldconfig-path` value was not applied.
5
+
6
## v1.15.0-rc.2
7
* Extend the `runtime.nvidia.com/gpu` CDI kind to support full-GPUs and MIG devices specified by index or UUID.
8
* Fix bug when specifying `--dev-root` for Tegra-based systems.
versions.mk
@@ -14,7 +14,7 @@
14
15
LIB_NAME := nvidia-container-toolkit
16
LIB_VERSION := 1.15.0
17
-LIB_TAG := rc.2
+LIB_TAG := rc.3
18
19
# The package version is the combination of the library version and tag.
20
# If the tag is specified the two components are joined with a tilde (~).
0 commit comments