Releases: NVIDIA/nvidia-container-toolkit
Releases · NVIDIA/nvidia-container-toolkit
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