We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5191197 + a67c3a1 commit c5c124bCopy full SHA for c5c124b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# NVIDIA Container Toolkit Changelog
2
3
+## v1.16.0
4
+- Promote v1.16.0-rc.2 to v1.16.0
5
+
6
+### Changes in the Toolkit Container
7
+- Bump CUDA base image version to 12.5.1
8
9
10
## v1.16.0-rc.2
11
- Use relative path to locate driver libraries
12
- Add RelativeToRoot function to Driver
versions.mk
@@ -14,7 +14,7 @@
14
15
LIB_NAME := nvidia-container-toolkit
16
LIB_VERSION := 1.16.0
17
-LIB_TAG := rc.2
+LIB_TAG :=
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