Skip to content

Commit eca8702

Browse files
committed
works on my machine
1 parent edb1c8d commit eca8702

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

docker-compose.yaml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,18 @@
66
services:
77
# The base image that all MoveIt Pro services extend off of. Builds the user workspace.
88
base:
9-
build:
10-
# List any arguments for building the user workspace here.
11-
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
19-
209
# Starts the MoveIt Pro Agent and the Bridge between the Agent and the Web UI.
2110
agent_bridge:
2211

12+
# IMPORTANT: Enable Nvidia GPUs by uncommenting the lines below:
13+
# deploy:
14+
# resources:
15+
# reservations:
16+
# devices:
17+
# - driver: nvidia
18+
# count: 1
19+
# capabilities: [gpu]
20+
2321
# Starts the robot drivers.
2422
drivers:
2523

0 commit comments

Comments
 (0)