adding a docker tutorial
This commit is contained in:
parent
4fd4d5d4af
commit
447bdcd76d
|
@ -1,3 +1,4 @@
|
|||
|
||||
<h1>Running CARLA in a Docker </h1>
|
||||
|
||||
|
||||
|
@ -10,6 +11,7 @@ This tutorial is designed for:
|
|||
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
|
||||
|
||||
!!! note
|
||||
|
@ -59,4 +61,3 @@ select the port that is going to be used:
|
|||
At the list of parameters do not forget to add "-world-port=<port_number>" so that CARLA runs on server mode
|
||||
listening to the "<port_number>"
|
||||
|
||||
|
||||
|
|
|
@ -33,7 +33,9 @@
|
|||
* [Python API](python_api.md)
|
||||
<!-- * [Simulator keyboard input](simulator_keyboard_input.md) -->
|
||||
* [Running without display and selecting GPUs](carla_headless.md)
|
||||
* [Running CARLA in a Docker](carla_docker.md)
|
||||
|
||||
* [Running in a Docker](carla_docker.md)
|
||||
|
||||
* [How to link Epic's Automotive Materials](epic_automotive_materials.md)
|
||||
|
||||
<h3>Contributing</h3>
|
||||
|
|
|
@ -26,7 +26,9 @@ pages:
|
|||
- 'Python API': 'python_api.md'
|
||||
# - 'Simulator keyboard input': 'simulator_keyboard_input.md'
|
||||
- 'Running without display and selecting GPUs': 'carla_headless.md'
|
||||
- 'Running CARLA in a Docker': 'carla_docker.md'
|
||||
|
||||
- 'Running in a Docker': 'carla_docker.md'
|
||||
|
||||
- "How to link Epic's Automotive Materials": 'epic_automotive_materials.md'
|
||||
- Contributing:
|
||||
- 'Contribution guidelines': 'CONTRIBUTING.md'
|
||||
|
|
Loading…
Reference in New Issue