Skip to content

Commit

Permalink
Nvidia GPU driver installation for apt/Ubuntu 16.04 updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-northcutt committed Jun 23, 2017
1 parent 07eb27d commit 4dc862c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions drake/doc/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,12 @@ Nvidia drivers:
---------------
The `nvidia-docker <https://github.com/NVIDIA/nvidia-docker/>`_ plugin is
required in order to pass Xorg drawing commands to your host system when the
proprietary Nvidia GPU drivers are installed.
proprietary Nvidia GPU drivers are installed. To install Nvidia GPU drivers with
apt on Ubuntu 16.04::

On Ubuntu 16.04 use the following nvidia-docker build recipe
$ sudo apt-get nvidia-361 nvidia-modprobe

To install nvidia-docker on Ubuntu 16.04:

::

Expand Down Expand Up @@ -228,7 +231,7 @@ where you may want to try various demonstrations, e.g.:
$ bazel run //drake/examples/kuka_iiwa_arm/dev/monolithic_pick_and_place:monolithic_pick_and_place_demo


Note: these are currently not rendering properly due to VTK .obj/.mtl importing. A patch is expected any day.
Note: these are currently not rendering properly due to VTK .obj/.mtl importing.


.. _docker_running_simulation_open:
Expand Down

0 comments on commit 4dc862c

Please sign in to comment.