From eaf1c6603856a58374ac29c316b86fc05c563ce7 Mon Sep 17 00:00:00 2001
From: Narayana Rao Bhogapurapu <narayanarao.bhogapurapu@gmail.com>
Date: Sun, 2 Jun 2024 10:58:04 -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 a8b5407..8d86bd8 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: isce2_insar/build.sh
+build_command: apt-get install -y sudo  && isce2_insar/build.sh
 run_command: isce2_insar/isce2_insar.sh
 disk_space: 20GB
 inputs:
-- 
GitLab