We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb9c71 commit a2b983bCopy full SHA for a2b983b
scripts/run_container.sh
@@ -7,7 +7,7 @@ mkdir -p $HOME/f1tenth_ws
7
sudo xhost +si:localuser:root
8
9
# run container with privilege mode, host network, display, and mount workspace on host
10
-sudo docker run --runtime nvidia -it --rm --privileged --network host -e DISPLAY=$DISPLAY \
+sudo docker run --runtime nvidia -it --privileged --network host -e DISPLAY=$DISPLAY \
11
-v /tmp/.X11-unix/:/tmp/.X11-unix -v /dev:/dev \
12
--mount type=volume,dst=/f1tenth_ws,volume-driver=local,volume-opt=type=none,volume-opt=o=bind,volume-opt=device=$HOME/f1tenth_ws \
13
f1tenth/focal-l4t-foxy:f1tenth-stack
0 commit comments