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 fae680c + 6b2d4ee commit f0f9f37Copy full SHA for f0f9f37
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# NVIDIA Container Toolkit Changelog
2
3
+## v1.18.0-rc.7
4
+- Fix bug in device selection in jit-cdi mode
5
+- Make list of explicit driver libraries opt-in
6
+
7
## v1.18.0-rc.6
8
- Remove ppc64le artifacts from build
9
- Add support for building artifacts with custom GOPROXY
versions.mk
@@ -14,7 +14,7 @@
14
15
LIB_NAME := nvidia-container-toolkit
16
LIB_VERSION := 1.18.0
17
-LIB_TAG := rc.6
+LIB_TAG := rc.7
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