Releases: NVIDIA/libnvidia-container
Releases · NVIDIA/libnvidia-container
v1.12.0-rc.1
- Add NVVM Compiler Library (
libnvidia-nvvm.so) to list of compute libraries
v1.11.0
This is a promotion of the v1.11.0-rc.3 release to GA and is part of the NVIDIA Container Toolkit v1.11.0 release.
v1.11.0-rc.3
- Preload
libgcc_s.so.1on arm64 systems
v1.11.0-rc.2
- Fix bug where
--no-pivot-rootoption would result in LDCache not being updated.
v1.11.0-rc.1
NOTE: There was no v1.11.0-rc.1 release.
v1.11.0-rc.3
- Preload
libgcc_s.so.1on arm64 systems
v1.11.0-rc.2
- Fix bug where
--no-pivot-rootoption would result in LDCache not being updated.
NOTE: There was no v1.11.0-rc.1 release.
v1.10.0
This is a promotion of the v1.10.0-rc.3 release to GA and is part of the NVIDIA Container Toolkit v1.10.0 release.
v1.10.0-rc.3
- Fix bug introduced when adding
libcudadebugger.soto list of libraries inv1.10.0-rc.2
v1.10.0-rc.2
- Bump
libtirpcto1.3.2(#168) - Fix bug when running host
ldconfigusingglibccompiled with a non-standard prefix - Add
libcudadebugger.soto list of compute libraries
v1.10.0-rc.1
- [WSL2] Fix segmentation fault on WSL2s system with no adapters present (e.g.
/dev/dxgmissing) - Ignore pending MIG mode when checking if a device is MIG enabled
- [WSL2] Fix bug where
/dev/dxgis not mounted whenNVIDIA_DRIVER_CAPABILITIESdoes not include"compute"
v1.10.0-rc.3
- Fix bug introduced when adding
libcudadebugger.soto list of libraries inv1.10.0-rc.2
v1.10.0-rc.2
- Bump
libtirpcto1.3.2(#168) - Fix bug when running host
ldconfigusingglibccompiled with a non-standard prefix - Add
libcudadebugger.soto list of compute libraries
v1.10.0-rc.1
- [WSL2] Fix segmentation fault on WSL2s system with no adapters present (e.g.
/dev/dxgmissing) - Ignore pending MIG mode when checking if a device is MIG enabled
- [WSL2] Fix bug where
/dev/dxgis not mounted whenNVIDIA_DRIVER_CAPABILITIESdoes not include"compute"
v1.9.0
This release is part of the NVIDIA Container Toolkit v1.9.0 release.
It contains the following changes:
- Add additional check for Tegra in
/sys/.../familyfile in CLI - Update jetpack-specific CLI option to only load Base CSV files by default
- Fix bug (from
v1.8.0) when mounting GSP firmware into containers without/libto/usr/libsymlinks - Update
nvml.hto CUDA 11.6.1 nvML_DEV 11.6.55 - Update switch statement to include new brands from latest
nvml.h - Process all
--requireflags on Jetson platforms - Fix long-standing issue with running ldconfig on Debian systems
v0.11.0+jetpack
This release of the NVIDIA Container Library targets Jetpack-based Tegra systems and includes the following change(s):
- Only process base CSV files (
l4t.csv,devices.csv,drivers.csv) to determine what should be injected into a container. - Remove building of the NVIDIA Container CLI and packaging of
libnvidia-container-toolssince these are provided by later versions as dependencies of the NVIDIA Container Toolkit as ofv1.7.0.