Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Releases: NVIDIA/nvidia-docker

v2.1.0

23 Jul 02:19
Compare
Choose a tag to compare

Transition to the new implementation based on the below repository. It shims between docker and runc instead of shipping its own runc. This allows us to decouple ourselves from Docker.

Hence new Docker release won't require new nvidia-docker2 packages.

https://github.com/NVIDIA/nvidia-container-runtime.

2.0.3

03 Mar 18:48
Compare
Choose a tag to compare
  • 9ea83df Add support for Amazon Linux v1
  • 2e9f20b Improve pass-through of docker arguments
  • 4edca2f Pave the way for a hypothetical transitional package from v1

2.0.2

20 Dec 18:08
Compare
Choose a tag to compare

Transition to the new implementation based on:

As mentioned in the installation instructions, package repositories are now provided.

1.0.1

03 Mar 02:25
Compare
Choose a tag to compare
  • Support for Docker 17.03 including EE and CE (Closes: #323, #324)
  • Load UVM unconditionally
  • Fix Docker argument parsing (Closes: #295)
  • Fix images pull output (Closes: #310)

1.0.0

18 Jan 22:13
Compare
Choose a tag to compare
  • Support for Docker 1.13
  • Fix CPU affinity reporting on systems where NUMA is disabled (Closes: #198)
  • Fix premature EOF in the remote API responses (Closes: #123)
  • Add support for the VolumeDriver.Capabilities plugin endpoint
  • Enable ppc64le library lookup (Closes: #194)
  • Fix parsing of DOCKER_HOST for unix domain sockets (Closes: #119)

1.0.0 RC 3

17 Jun 23:57
Compare
Choose a tag to compare
1.0.0 RC 3 Pre-release
Pre-release
  • Support for Docker 1.12
  • Add volume mount options support to the nvidia package
  • Export the nvidia-uvm-tools device
  • Provide the libcuda.so symlink as part of the driver volume (Closes: #103)
  • Use relative symlinks inside the volumes
  • Disable CUDA unified memory

1.0.0 RC 2

28 May 00:37
Compare
Choose a tag to compare
1.0.0 RC 2 Pre-release
Pre-release
  • Allow UUIDs to be used in NV_GPU and docker/cli RestAPI endpoint
  • Change the plugin usage with version information (Closes: #90)
  • Remove the volume setup command (Closes: #96)
  • Add support for the Pascal architecture

1.0.0 RC

04 May 01:24
Compare
Choose a tag to compare
1.0.0 RC Pre-release
Pre-release
  • Add /docker/cli/json RestAPI endpoint (Closes: #39, #91)
  • Fix support for Docker 1.9 (Closes: #83)
  • Handle gracefully devices unsupported by NVML (Closes: #40)
  • Improve error reporting
  • Support for Docker 1.11 (Closes: #89, #84, #77, #73)
  • Add NVIDIA Docker version output
  • Improve init scripts and add support for systemd
  • Query CPU affinity through sysfs instead of NVML (Closes: #65)
  • Load UVM before anything else

1.0.0 BETA 3

28 Mar 23:59
Compare
Choose a tag to compare
1.0.0 BETA 3 Pre-release
Pre-release
  • Remove driver hard dependency (NVML)
  • Improve error handling and REST API output
  • Support for 364 drivers
  • Preventive removal of the plugin socket

1.0.0 BETA 2

07 Mar 21:58
Compare
Choose a tag to compare
1.0.0 BETA 2 Pre-release
Pre-release
  • Support for Docker 1.10 (Closes: #46)
  • Support for Docker plugin API v1.2
  • Support for 361 drivers
  • Add copy strategy for cross-device volumes (Closes: #47)