-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yml
More file actions
37 lines (36 loc) · 806 Bytes
/
Copy pathcompose.yml
File metadata and controls
37 lines (36 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
services:
helm:
build:
context: .
args:
UID: ${UID:-1000}
GID: ${GID:-1000}
image: helm-dev:jazzy
container_name: helm
hostname: helm
network_mode: host
ipc: host
stdin_open: true
tty: true
environment:
DISPLAY: ${DISPLAY}
ROS_DOMAIN_ID: "7"
RCUTILS_COLORIZED_OUTPUT: "1"
XDG_RUNTIME_DIR: /tmp/runtime-dev
__NV_PRIME_RENDER_OFFLOAD: "1"
__GLX_VENDOR_LIBRARY_NAME: "nvidia"
volumes:
- ./ws:/ws
- /tmp/.X11-unix:/tmp/.X11-unix:rw
- gz-cache:/home/dev/.gz
- ccache:/home/dev/.cache/ccache
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
volumes:
gz-cache:
ccache: