Last active
January 24, 2019 06:27
-
-
Save rlan/f99b609e18ccff9b54ba74242d9af49e to your computer and use it in GitHub Desktop.
Carla 0.8.3 docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| nvidia-docker run -p 2000-2002:2000-2002 --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=ID SDL_VIDEODRIVER=offscreen SDL_HINT_CUDA_DEVICE=0 carla:latest ./CarlaUE4.sh /Game/Maps/Town01 -benchmark -carla-server -fps=10 -world-port=2000 -windowed -ResX=100 -ResY=100 -carla-no-hud |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment