Skip to content

Commit

Permalink
Typo fixed in docker.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-northcutt committed Jun 30, 2017
1 parent 8e6e7fd commit 6713ae8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions drake/doc/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,13 @@ proprietary Nvidia GPU drivers are installed.
Note: on Ubuntu 16.04 use the following nvidia-docker build recipe

::
git clone https://github.com/NVIDIA/nvidia-docker.git
cd nvidia-docker/
make
sudo PREFIX=/usr/local/bin make install
sudo nvidia-docker volume setup
nvidia-docker run --rm nvidia/cuda nvidia-smi

$ git clone https://github.com/NVIDIA/nvidia-docker.git
$ cd nvidia-docker/
$ make
$ sudo PREFIX=/usr/local/bin make install
$ sudo nvidia-docker volume setup
$ nvidia-docker run --rm nvidia/cuda nvidia-smi

because the .deb package methods assume a much more recent Docker.

Expand Down

0 comments on commit 6713ae8

Please sign in to comment.