File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ bindir ?= $(exec_prefix)/bin
9
9
CR_NAME := NVIDIA CORPORATION
10
10
11
11
PKG_NAME := nvidia-docker
12
- PKG_VERS := 1.0.0
12
+ PKG_VERS := 1.0.1
13
13
PKG_REV := 1
14
14
ifneq ($(MAKECMDGOALS ) ,rpm)
15
15
PKG_ARCH := amd64
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Assuming the NVIDIA drivers and Docker are properly installed (see [installation
18
18
#### _ Ubuntu distributions_
19
19
``` sh
20
20
# Install nvidia-docker and nvidia-docker-plugin
21
- wget -P /tmp https://github.com/NVIDIA/nvidia-docker/releases/download/v1.0.0 /nvidia-docker_1.0.0 -1_amd64.deb
21
+ wget -P /tmp https://github.com/NVIDIA/nvidia-docker/releases/download/v1.0.1 /nvidia-docker_1.0.1 -1_amd64.deb
22
22
sudo dpkg -i /tmp/nvidia-docker* .deb && rm /tmp/nvidia-docker* .deb
23
23
24
24
# Test nvidia-smi
@@ -28,7 +28,7 @@ nvidia-docker run --rm nvidia/cuda nvidia-smi
28
28
#### _ CentOS distributions_
29
29
``` sh
30
30
# Install nvidia-docker and nvidia-docker-plugin
31
- wget -P /tmp https://github.com/NVIDIA/nvidia-docker/releases/download/v1.0.0 /nvidia-docker-1.0.0 -1.x86_64.rpm
31
+ wget -P /tmp https://github.com/NVIDIA/nvidia-docker/releases/download/v1.0.1 /nvidia-docker-1.0.1 -1.x86_64.rpm
32
32
sudo rpm -i /tmp/nvidia-docker* .rpm && rm /tmp/nvidia-docker* .rpm
33
33
sudo systemctl start nvidia-docker
34
34
@@ -39,7 +39,7 @@ nvidia-docker run --rm nvidia/cuda nvidia-smi
39
39
#### _ Other distributions_
40
40
``` sh
41
41
# Install nvidia-docker and nvidia-docker-plugin
42
- wget -P /tmp https://github.com/NVIDIA/nvidia-docker/releases/download/v1.0.0 /nvidia-docker_1.0.0_amd64 .tar.xz
42
+ wget -P /tmp https://github.com/NVIDIA/nvidia-docker/releases/download/v1.0.1 /nvidia-docker_1.0.1_amd64 .tar.xz
43
43
sudo tar --strip-components=1 -C /usr/bin -xvf /tmp/nvidia-docker* .tar.xz && rm /tmp/nvidia-docker* .tar.xz
44
44
45
45
# Run nvidia-docker-plugin
Original file line number Diff line number Diff line change
1
+ nvidia-docker (1.0.1-1) trusty; urgency=low
2
+
3
+ * Support for Docker 17.03 including EE and CE (Closes: #323, #324)
4
+ * Load UVM unconditionally
5
+ * Fix Docker argument parsing (Closes: #295)
6
+ * Fix images pull output (Closes: #310)
7
+
8
+ -- NVIDIA CORPORATION <
[email protected] > Fri, 03 Mar 2017 00:59:14 +0000
9
+
1
10
nvidia-docker (1.0.0-1) trusty; urgency=low
2
11
3
12
* Support for Docker 1.13
Original file line number Diff line number Diff line change 73
73
%systemd_postun_with_restart %{name }
74
74
75
75
%changelog
76
+ *
Fri Mar 03 2017 NVIDIA CORPORATION <[email protected] > 1.0.1-1
77
+ - Support for Docker 17.03 including EE and CE (Closes: #323, #324)
78
+ - Load UVM unconditionally
79
+ - Fix Docker argument parsing (Closes: #295)
80
+ - Fix images pull output (Closes: #310)
81
+
76
82
*
Wed Jan 18 2017 NVIDIA CORPORATION <[email protected] > 1.0.0-1
77
83
- Support for Docker 1.13
78
84
- Fix CPU affinity reporting on systems where NUMA is disabled (Closes: #198)
You can’t perform that action at this time.
0 commit comments