Skip to content

Commit 1e60c14

Browse files
authored
Merge pull request #41 from PickNikRobotics/fix-docker-compose
Make all docker-compose services mappings
2 parents c532395 + fc683b0 commit 1e60c14

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

docker-compose.yaml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,16 @@
55
# Feel free to remove services here that are unmodified.
66
services:
77
# The base image that all MoveIt Pro services extend off of. Builds the user workspace.
8-
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
8+
base: {}
199

2010
# Starts the MoveIt Pro Agent and the Bridge between the Agent and the Web UI.
21-
agent_bridge:
11+
agent_bridge: {}
2212

2313
# Starts the robot drivers.
24-
drivers:
14+
drivers: {}
2515

2616
# Starts the web UI frontend.
27-
web_ui:
17+
web_ui: {}
2818

2919
# Developer specific configuration when running `moveit_pro dev`.
30-
dev:
20+
dev: {}

0 commit comments

Comments
 (0)