From 864d9a0e13647efbb45b56a45e4d8c6b9f8db75b Mon Sep 17 00:00:00 2001 From: Narayanarao Bhogapurapu <narayanarao.bhogapurapu@gmail.com> Date: Sun, 6 Oct 2024 18:18:43 +0000 Subject: [PATCH] Update algorithm_config.yaml --- algorithm_config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/algorithm_config.yaml b/algorithm_config.yaml index 5d14c85..ad845f0 100644 --- a/algorithm_config.yaml +++ b/algorithm_config.yaml @@ -1,10 +1,10 @@ description: Estimates canopy height from InSAR coherence and LiDAR data algo_name: ich -version: 0.3 +version: 0.4 environment: ubuntu repository_url: https://repo.maap-project.org/bnarayanarao/insar_forest_height.git -docker_url: mas.maap-project.org/root/maap-workspaces/base_images/vanilla:v3.1.3 -queue: maap-dps-worker-16gb +docker_url: mas.maap-project.org/root/maap-workspaces/base_images/python:v4.1.0 +queue: maap-dps-gedi_boreal_worker-16vcpu-32gb build_command: insar_forest_height/build.sh run_command: insar_forest_height/ich.sh disk_space: 20GB -- GitLab