Skip to content

Commit 4ec060a

Browse files
authored
Update docker-compose.yaml
1 parent aa086d6 commit 4ec060a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker-compose.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ services:
99
build:
1010
# List any arguments for building the user workspace here.
1111
args:
12+
# IMPORTANT: Optionally install Nvidia drivers for improved simulator performance with Nvidia GPUs.
13+
# To do this you must
14+
# 1. Uncomment the BASE and NVIDIA_DRIVER_PACKAGE build args below
15+
# 2. Replace the 'nvidia-driver-555' apt package with the Nvidia driver version on your host, e.g. nvidia-driver-535, nvidia-driver-555. Use nvidia-smi on your host to determine the driver version.
16+
# After rebuilding via `moveit_pro build` verify the drivers are active in your container by running `nvidia_smi` inside of `moveit_pro shell`.
17+
# - BASE=nvidia
18+
# - NVIDIA_DRIVER_PACKAGE=nvidia-driver-555
1219

1320
# Starts the MoveIt Pro Agent and the Bridge between the Agent and the Web UI.
1421
agent_bridge:

0 commit comments

Comments
 (0)