From 636599aa3c8764365b8402a69732dad625272609 Mon Sep 17 00:00:00 2001 From: Christian Geller Date: Mon, 5 Feb 2024 22:17:53 +0100 Subject: [PATCH] update template file --- .github/actions/evaluate-scenario/files/template.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/evaluate-scenario/files/template.yml b/.github/actions/evaluate-scenario/files/template.yml index 563a878..f7d1757 100644 --- a/.github/actions/evaluate-scenario/files/template.yml +++ b/.github/actions/evaluate-scenario/files/template.yml @@ -9,11 +9,9 @@ services: count: 1 capabilities: [gpu] environment: - DISPLAY: $DISPLAY_X11_DOCKER - XAUTHORITY: /.Xauthority + DISPLAY: $DISPLAY volumes: - /tmp/.X11-unix:/tmp/.X11-unix - - $XAUTHORITY_DOCKER:/.Xauthority:ro privileged: True image: $SIMULATOR_IMAGE command: bash -ic './CarlaUE4.sh -nosound $SIMULATOR_FLAGS 2>/dev/null'