carla icon indicating copy to clipboard operation
carla copied to clipboard

Error when deploying Carla Docker on a Windows machine

Open prasilva98 opened this issue 3 years ago • 0 comments

Hi there, Is it possible to run Carla from Docker in a windows machine? Currently when I follow the installation guide it seems to only reference running it from a Linux machine, and, when I try to run the docker container after pulling it I get the following error, which seems to be linux related:

 docker run --privileged --net=host -e DISPLAY=$DISPLAY carlasim/carla:latest /bin/bash ./CarlaUE4.sh
sh: 1: xdg-user-dir: not found
error: XDG_RUNTIME_DIR not set in the environment.
error: XDG_RUNTIME_DIR not set in the environment.
error: XDG_RUNTIME_DIR not set in the environment.

Thank you for your time! 

prasilva98 avatar Aug 22 '22 09:08 prasilva98