We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b1b09 commit 7729f7dCopy full SHA for 7729f7d
.github/workflows/workflow.yml
@@ -20,4 +20,5 @@ jobs:
20
with:
21
# Specify action inputs
22
algorithm-configuration-path: nasa/algorithm_config.yml
23
- dockerfile-path: esa/Dockerfile
+ dockerfile-path: esa/Dockerfile
24
+ deploy-app-pack: true
nasa/algorithm_config.yml
@@ -10,6 +10,7 @@ author: mlucas
10
contributor: mlucas
11
license: https://github.com/MAAP-Project/get-dem/blob/develop/LICENSE
12
release_notes: None
13
+build_command: get-dem/nasa/build-dps.sh
14
run_command: /app/get-dem/nasa/run.sh
15
ram_min: 5 # mebibytes
16
cores_min: 1
0 commit comments