Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickwalton authored Oct 4, 2018
1 parent 01e28df commit af8ec7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ Holodeck can run on headless machines with GPU accelerated rendering. This requi

## Running with Holodeck Docker Container
1. Install nvidia-docker https://github.com/nvidia/nvidia-docker/wiki/Installation-(version-2.0)
2. Pull the docker repository and run it (replace *with* with *without* to install without worlds.
2. Pull the docker repository and run it (replace *without* with *with* to install with worlds.
```
sudo docker pull pccl/holodeck:ubuntu16.04-with-worlds
sudo docker run -it pccl/holodeck:ubuntu16.04-with-worlds
sudo docker pull pccl/holodeck:ubuntu16.04-without-worlds
sudo docker run -it pccl/holodeck:ubuntu16.04-without-worlds
```
3. For versions other than Ubuntu 16.04 and Cuda 9.0 see https://hub.docker.com/r/pccl/holodeck/

0 comments on commit af8ec7a

Please sign in to comment.