Skip to content

Commit

Permalink
remove xauthory feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeller committed Feb 5, 2024
1 parent 276a684 commit e443445
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions automated-testing/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ services:
capabilities: [gpu]
environment:
DISPLAY: $DISPLAY
XAUTHORITY: /.Xauthority
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- $XAUTHORITY:/.Xauthority:ro
privileged: True
image: carla-health # TODO: Change to rwthika/carla-simulator:server
image: rwthika/carla-simulator:server
command: bash -ic './CarlaUE4.sh -nosound $SIMULATOR_FLAGS 2>/dev/null'

carla-scenario-runner:
Expand Down

0 comments on commit e443445

Please sign in to comment.