Skip to content
Snippets Groups Projects
Commit 5908ba85 authored by Felix Kong's avatar Felix Kong
Browse files

rm nvidia environment variables in docker run

parent 486c2bbc
Branches felix
1 merge request!1Update run.sh and readme
......@@ -9,12 +9,8 @@ else
-it \
--rm \
--user "0" \
-v /tmp/.X11-unix:/tmp/.X11-unix:rw \
--env DISPLAY=$DISPLAY \
--env NVIDIA_DRIVER_CAPABILITIES=compute,utility,graphics \
--env NVIDIA_VISIBLE_DEVICES=all \
--name ros1_bridge_example3 \
ros1_bridge_example_cb:jammy \
--name custom_bridge_example \
custom_bridge_example:jammy \
"/bin/bash"
fi
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment