This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: #292
- Loading branch information
Showing
4 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ bindir ?= $(exec_prefix)/bin | |
CR_NAME := NVIDIA CORPORATION | ||
CR_EMAIL := [email protected] | ||
PKG_NAME := nvidia-docker | ||
PKG_VERS := 1.0.0~rc.3 | ||
PKG_VERS := 1.0.0 | ||
PKG_REV := 1 | ||
ifneq ($(MAKECMDGOALS),rpm) | ||
PKG_ARCH := amd64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
nvidia-docker (1.0.0-1) trusty; urgency=low | ||
|
||
* 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) | ||
|
||
-- NVIDIA CORPORATION <[email protected]> Wed, 18 Jan 2017 21:44:42 +0000 | ||
|
||
nvidia-docker (1.0.0~rc.3-1) trusty; urgency=low | ||
|
||
* Support for Docker 1.12 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,6 +73,14 @@ fi | |
%systemd_postun_with_restart %{name} | ||
|
||
%changelog | ||
* Wed Jan 18 2017 NVIDIA CORPORATION <[email protected]> 1.0.0-1 | ||
- 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) | ||
|
||
* Fri Jun 17 2016 NVIDIA CORPORATION <[email protected]> 1.0.0~rc.3-1 | ||
- Support for Docker 1.12 | ||
- Add volume mount options support to the nvidia package | ||
|