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.
- Loading branch information
Showing
4 changed files
with
19 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
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 | ||
PKG_VERS := 1.0.1 | ||
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
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,12 @@ | ||
nvidia-docker (1.0.1-1) trusty; urgency=low | ||
|
||
* 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) | ||
|
||
-- NVIDIA CORPORATION <[email protected]> Fri, 03 Mar 2017 00:59:14 +0000 | ||
|
||
nvidia-docker (1.0.0-1) trusty; urgency=low | ||
|
||
* Support for Docker 1.13 | ||
|
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,12 @@ fi | |
%systemd_postun_with_restart %{name} | ||
|
||
%changelog | ||
* Fri Mar 03 2017 NVIDIA CORPORATION <[email protected]> 1.0.1-1 | ||
- 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) | ||
|
||
* 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) | ||
|