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
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.2 | ||
PKG_VERS := 1.0.0~rc.3 | ||
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~rc.3-1) trusty; urgency=low | ||
|
||
* 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 | ||
|
||
-- NVIDIA CORPORATION <[email protected]> Fri, 17 Jun 2016 22:08:11 +0000 | ||
|
||
nvidia-docker (1.0.0~rc.2-1) trusty; urgency=low | ||
|
||
* Allow UUIDs to be used in NV_GPU and docker/cli RestAPI endpoint | ||
|
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 | ||
* 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 | ||
- 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 | ||
|
||
* Sat May 28 2016 NVIDIA CORPORATION <[email protected]> 1.0.0~rc.2-1 | ||
- Allow UUIDs to be used in NV_GPU and docker/cli RestAPI endpoint | ||
- Change the plugin usage with version information (Closes: #90) | ||
|