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 3767595 + 624466c commit c573709Copy full SHA for c573709
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# NVIDIA Container Toolkit Changelog
2
3
+## What's Changed
4
+
5
+- Add a Dlopen-based library locator
6
+- Add support for injecting additional GIDs
7
+- Add support for CUDA forward compat on Orin systems
8
9
## v1.19.0-rc.3
10
- Remove restart logic from nvidia-cdi-refresh.service.
11
- fix: Set device node GID in CDI specs
versions.mk
@@ -14,7 +14,7 @@
14
15
LIB_NAME := nvidia-container-toolkit
16
LIB_VERSION := 1.19.0
17
-LIB_TAG := rc.3
+LIB_TAG := rc.4
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