Skip to content

Commit a2b983b

Browse files
committed
update run script
1 parent 4fb9c71 commit a2b983b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mkdir -p $HOME/f1tenth_ws
77
sudo xhost +si:localuser:root
88

99
# 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 \
10+
sudo docker run --runtime nvidia -it --privileged --network host -e DISPLAY=$DISPLAY \
1111
-v /tmp/.X11-unix/:/tmp/.X11-unix -v /dev:/dev \
1212
--mount type=volume,dst=/f1tenth_ws,volume-driver=local,volume-opt=type=none,volume-opt=o=bind,volume-opt=device=$HOME/f1tenth_ws \
1313
f1tenth/focal-l4t-foxy:f1tenth-stack

0 commit comments

Comments
 (0)