Skip to content

Commit

Permalink
Fix: Incompatible Vulkan Driver Found
Browse files Browse the repository at this point in the history
Based on:

- driver: nvidia
                  count: "all"
                  capabilities: [compute,utility,graphics,display]
  • Loading branch information
ll7 authored Oct 17, 2024
1 parent 246b213 commit 0af6ae3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/docker-compose.carla-simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ services:
reservations:
devices:
- driver: nvidia
capabilities: [ gpu ]
count: "all"
capabilities: [compute,utility,graphics,display]
# https://github.com/carla-simulator/carla/issues/6234#issuecomment-1458372639
expose:
- 2000
- 2001
Expand All @@ -28,4 +30,4 @@ services:
- ./CustomCarlaSettings.ini:/home/carla/CarlaUE4/Config/CustomCarlaSettings.ini

networks:
carla:
carla:

0 comments on commit 0af6ae3

Please sign in to comment.