carla
carla copied to clipboard
Error when deploying Carla Docker on a Windows machine
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!