Skip to content

Commit

Permalink
feat: Add run script for autodrive simulator in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyenru committed Oct 13, 2024
1 parent 29b3d8a commit bef2a0d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker_autodrive_simulator.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash

xhost +
docker run \
--name autodrive_f1tenth_sim \
--rm \
-it \
--entrypoint /bin/bash \
--network=host \
--ipc=host \
-v /tmp/.X11-unix:/tmp.X11-umix:rw \
--env DISPLAY \
--privileged \
--gpus all \
autodriveecosystem/autodrive_f1tenth_sim:2024-cdc-practice

0 comments on commit bef2a0d

Please sign in to comment.