Skip to content

Commit

Permalink
Fix carla notebooks env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
VishGit1234 authored Oct 5, 2024
1 parent 384c28f commit ec36883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docker-compose.simulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
- SCENARIO_RUNNER_ROOT=/home/bolty/scenario_runner
- DISPLAY=1
- CUDA_VISIBLE_DEVICES=0
- NVIDIA_VISIBLE_DEVICES=1
- NVIDIA_VISIBLE_DEVICES=0
container_name: ${COMPOSE_PROJECT_NAME:?}_carla_notebooks
volumes:
- ${MONO_DIR}/src/simulation/carla_notebooks:/home/bolty/carla_notebooks
Expand Down

0 comments on commit ec36883

Please sign in to comment.