mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 00:43:54 +08:00
start_openpilot_docker.sh: pass in /dev/input for joystick support (#20563)
old-commit-hash: 780654cb3b
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user