This is an automated email from the ASF dual-hosted git repository.
lahirujayathilake pushed a commit to branch cybershuttle-dev
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/cybershuttle-dev by this push:
new 53710ee6ee updated the agent dependencies
53710ee6ee is described below
commit 53710ee6ee447958b6d5008e0c274816d6d8ca61
Author: lahiruj <[email protected]>
AuthorDate: Tue Mar 4 15:12:06 2025 -0500
updated the agent dependencies
---
modules/agent-framework/airavata-agent/Dockerfile | 1 +
modules/agent-framework/deployments/agent-cyberfaces/Dockerfile | 4 +---
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/modules/agent-framework/airavata-agent/Dockerfile
b/modules/agent-framework/airavata-agent/Dockerfile
index 116a1d314e..fa5004a4d3 100644
--- a/modules/agent-framework/airavata-agent/Dockerfile
+++ b/modules/agent-framework/airavata-agent/Dockerfile
@@ -5,6 +5,7 @@ USER root
RUN micromamba install -y -n base -c conda-forge \
"python<3.12" \
pip \
+ ipykernel \
git \
flask \
jupyter_client \
diff --git a/modules/agent-framework/deployments/agent-cyberfaces/Dockerfile
b/modules/agent-framework/deployments/agent-cyberfaces/Dockerfile
index e451137da1..d77210f13b 100644
--- a/modules/agent-framework/deployments/agent-cyberfaces/Dockerfile
+++ b/modules/agent-framework/deployments/agent-cyberfaces/Dockerfile
@@ -4,11 +4,9 @@ USER root
RUN micromamba install -y -n base -c conda-forge \
python \
- pip \
- ipykernel \
numba==0.56.3 \
gdal \
- fiona \
+ fiona \
rasterio \
ipyleaflet \
scipy \