Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Releases: NVIDIA/nvidia-container-runtime

v3.1.4

22 May 10:49
Compare
Choose a tag to compare
  • Fix rpm packages

v3.1.3

22 May 10:48
Compare
Choose a tag to compare
  • Add opensuse-leap15.1 support

v3.1.2

22 May 10:47
Compare
Choose a tag to compare
  • Remove two test cases from e2e test suite that are not needed
  • Integrate e2e tests for ubuntu16.04 and centos7 into cicd
  • Add debian10 support
  • Disable logging at hook level to clarify output

v3.1.1

22 May 10:45
Compare
Choose a tag to compare
  • Update default runtime configuration
  • Add XDG override for config directory
  • Update Makefile and CI settings
  • Ensure runtime requires latest version of toolkit

v3.1.0

24 Jul 20:05
Compare
Choose a tag to compare

This release is paired with the new docker 19.03 release which enables native gpu support.

We've renamed nvidia-container-runtime-hook to nvidia-container-toolkit as this is now the package new users are expected to install. For more details see the nvidia-docker2 readme: https://github.com/NVIDIA/nvidia-docker

We've also fixed the upgrade path for RPMs. Issue #69 describes some of the issue we faced.

v3.0.1

24 Jul 20:05
Compare
Choose a tag to compare

This release fixes running the shim with docker 18.06 branch. Docker was shipping docker-runc on that branch and switched to runc on 18.09. We are now also looking for that binary.

  • 541d70f Look for docker-runc binary in shim

v3.0.0

24 Jul 20:03
Compare
Choose a tag to compare

Release version 3.0.0, which transition to the new runtime implementation.
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.
This is tied to the version of nvidia-docker 2.1.0: https://github.com/NVIDIA/nvidia-docker/releases/tag/v2.1.0