start_openpilot_docker.sh: pass in /dev/input for joystick support (#20563)

old-commit-hash: 780654cb3b
This commit is contained in:
ChoMinSung
2021-04-06 16:55:18 +09:00
committed by GitHub
parent 7a01d56255
commit 7aed8355db

View File

@@ -20,7 +20,8 @@ docker run --net=host\
--rm \
-it \
--gpus all \
--device=/dev/dri \
--device=/dev/dri:/dev/dri \
--device=/dev/input:/dev/input \
-v /tmp/.X11-unix:/tmp/.X11-unix \
--shm-size 1G \
-e DISPLAY=$DISPLAY \