OpenDroneMap-WebODM/docker-compose.nodeodm.gpu....

20 wiersze
437 B
YAML
Czysty Zwykły widok Historia

2021-09-29 18:58:12 +00:00
# Chaining this file to the main docker-compose file adds
# a default processing node instance. This is best for users
# who are just getting started with WebODM.
version: '2.1'
services:
webapp:
depends_on:
- node-odm
environment:
2021-10-05 05:56:08 +00:00
- WO_DEFAULT_NODES
2021-09-29 18:58:12 +00:00
node-odm:
image: opendronemap/nodeodm:gpu.intel
devices:
- "/dev/dri"
ports:
- "3000"
restart: unless-stopped
oom_score_adj: 500