Skip to content

Commit

Permalink
update template file
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeller committed Feb 5, 2024
1 parent ce4738f commit 636599a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/evaluate-scenario/files/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 636599a

Please sign in to comment.