v1.7.0
This is a promotion of the v1.7.0 release to GA.
It allows the packages of the NVIDIA Container Toolkit to be installed on Ubuntu-based Jetson platforms making fixes and enhancements from previous versions available on these platforms. This includes the incompatibility with recent docker.io / containerd.io versions that was address in v1.6.0 on standard platforms.
NOTE: This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages:
libnvidia-container 1.7.0nvidia-container-toolkit 1.7.0nvidia-container-runtime 3.7.0nvidia-docker2 2.8.0
The packages for this release are published to the libnvidia-container package repositories.
v1.7.0-rc.1
- Specify containerd runtime type as string in config tools to remove dependency on containerd package
- Add
supported-driver-capabilitiesconfig option to allow for a subset of all driver capabilities to be specified - Bump the
libnvidia-container-toolsdependency tov1.7.0-rc.1to add Jetson support for this package. This makes the fixes fromv1.6.0to addresses an incompatibility with recent docker.io and containerd.io updates on Ubuntu installations (see NVIDIA/nvidia-container-runtime#157) available on Jetson devices.
Changes from libnvidia-container 1.7.0-rc.1
- On Ubuntu18.04 arm64 platforms
libnvidia-container-toolsdepends on bothlibnvidia-container0andlibnvidia-container1to support Jetson - Filter command line options based on
libnvidia-containerlibrary version - Include
libnvidia-containerversion in CLI version output - Allow for
nvidia-container-clito loadlibnvidia-container.so.0dynamically on Jetson platforms