From d45a2677df59fc4c4a6be333d73217d462c93bf0 Mon Sep 17 00:00:00 2001 From: Narayana Rao Bhogapurapu <narayanarao.bhogapurapu@gmail.com> Date: Sun, 2 Jun 2024 11:07:26 -0400 Subject: [PATCH] Update algorithm_config.yaml --- algorithm_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithm_config.yaml b/algorithm_config.yaml index 8d86bd8..a8b5407 100644 --- a/algorithm_config.yaml +++ b/algorithm_config.yaml @@ -5,7 +5,7 @@ environment: ubuntu repository_url: https://repo.maap-project.org/bnarayanarao/isce2_insar.git docker_url: mas.maap-project.org/root/maap-workspaces/base_images/vanilla:v3.1.3 queue: maap-dps-worker-16gb -build_command: apt-get install -y sudo && isce2_insar/build.sh +build_command: isce2_insar/build.sh run_command: isce2_insar/isce2_insar.sh disk_space: 20GB inputs: -- GitLab