docker tutorial updated

This commit is contained in:
felipecode 2018-07-30 10:18:41 -07:00 committed by Felipe Codevilla
parent dae847b1d6
commit 4fd4d5d4af
3 changed files with 11 additions and 11 deletions

View File

@ -1,14 +1,14 @@
<h1>Running CARLA under Docker</h1>
<h1>Running CARLA in a Docker </h1>
This tutorial is designed for:
* People that want to run CARLA without needing to install all dependencies.
* Recommended way of running CARLA on servers.
* Recommended solution to run multiple CARLA servers and perform GPU mapping
This tutorial was tested in Ubuntu 16.04 and using NVIDIA 396.37 drivers.
This method requires a version of NVIDIA drivers >=390.
## Docker Installation
@ -36,7 +36,12 @@ section from the [nvidia-dockers github](https://github.com/NVIDIA/nvidia-docker
Pull the CARLA image.
docker pull carlasim/carla:0.8.4
docker pull carlasim/carla:version
For selecting a version, for instance, version 0.8.2 (stable), do:
docker pull carlasim/carla:0.8.2
Running CARLA under docker:
@ -55,8 +60,3 @@ At the list of parameters do not forget to add "-world-port=<port_number>" so th
listening to the "<port_number>"
Obs: you can also pull different versions of CARLA. To pull, for instance, version 0.8.2
docker pull carlasim/carla:0.8.2

View File

@ -33,7 +33,7 @@
* [Python API](python_api.md)
<!-- * [Simulator keyboard input](simulator_keyboard_input.md) -->
* [Running without display and selecting GPUs](carla_headless.md)
* [Running CARLA under Docker](carla_docker.md)
* [Running CARLA in a Docker](carla_docker.md)
* [How to link Epic's Automotive Materials](epic_automotive_materials.md)
<h3>Contributing</h3>

View File

@ -26,7 +26,7 @@ pages:
- 'Python API': 'python_api.md'
# - 'Simulator keyboard input': 'simulator_keyboard_input.md'
- 'Running without display and selecting GPUs': 'carla_headless.md'
- 'Running CARLA under Docker': 'carla_docker.md'
- 'Running CARLA in a Docker': 'carla_docker.md'
- "How to link Epic's Automotive Materials": 'epic_automotive_materials.md'
- Contributing:
- 'Contribution guidelines': 'CONTRIBUTING.md'