FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
WebODM/docker-compose.nodeodm.gpu.nvidia.yml at master · LSIIM/WebODM · GitHub
LSIIM
/
WebODM
Public
forked from
WebODM/WebODM
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
24
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
WebODM
/
docker-compose.nodeodm.gpu.nvidia.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (23 loc) · 556 Bytes
Breadcrumbs
WebODM
/
docker-compose.nodeodm.gpu.nvidia.yml
Copy path
File metadata and controls
24 lines (23 loc) · 556 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
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
:
-
WO_DEFAULT_NODES
node-odm
:
image
:
opendronemap/nodeodm:gpu
expose
:
-
"
3000
"
restart
:
unless-stopped
oom_score_adj
:
500
deploy
:
resources
:
reservations
:
devices
:
-
driver
:
nvidia
count
:
1
capabilities
:
[gpu]
Back
|
FazBrowse Home
|
New Git URL