Releases: NVIDIA/nvidia-container-toolkit
Releases · NVIDIA/nvidia-container-toolkit
v1.6.0-rc.1
- Add AARCH64 package for Amazon Linux 2
- Include
nvidia-container-runtime
binary innvidia-container-toolkit
package - Add
libseccomp2
dependency fromnvidia-container-runtime
NOTE: This release is the first unified release of the NVIDIA Container Toolkit that consists of the following packages:
libnvidia-container 1.6.0-rc.1
nvidia-container-toolkit 1.6.0-rc.1
nvidia-container-runtime 3.6.0-rc.1
nvidia-docker2 2.7.0-rc.1
The packages for this release are published to the libnvidia-container
package repositories as experimental.
v1.5.1
- Fix bug where Docker Swarm device selection is ignored if
NVIDIA_VISIBLE_DEVICES
is also set - Improve unit testing by using require package and adding coverage reports
- Remove unneeded go dependencies by running go mod tidy
- Move contents of
pkg
directory tocmd
for CLI tools - Ensure make binary target explicitly sets GOOS
v1.5.0
- Add dependence on libnvidia-container-tools >= 1.4.0
- Add golang check targets to Makefile
- Add Jenkinsfile definition for build targets
- Move docker.mk to docker folder
v1.4.2
v1.4.1
v1.4.0
v1.3.0
v1.3.0-rc.2
- Refactor accepting device lists from volume mounts as a boolean
- Add more tests for new semantics with device list from volume mounts
v1.3.0-rc.1
- Update build system to accept a TAG variable for things like rc.x
- Add common CI tests for things like golint, gofmt, unit tests, etc.
- Revert "Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*"
- Flip build-all targets to run automatically on merge requests
- Rename github.com/NVIDIA/container-toolkit to nvidia-container-toolkit
- Add new config options to pull device list from mounted files instead of ENVVAR