Skip to content

Commit

Permalink
update nvidia-docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsung authored Sep 18, 2017
1 parent e5b97d0 commit 4a7fbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ sudo apt-get install docker-engine

## Install NVIDIA Docker
```
wget -P /tmp https://github.com/NVIDIA/nvidia-docker/releases/download/v1.0.0/nvidia-docker_1.0.0-1_amd64.deb
wget -P /tmp https://github.com/NVIDIA/nvidia-docker/releases/download/v1.0.1/nvidia-docker_1.0.1-1_amd64.deb
sudo dpkg -i /tmp/nvidia-docker*.deb && rm /tmp/nvidia-docker*.deb
```

0 comments on commit 4a7fbc1

Please sign in to comment.