This is an automated email from the ASF dual-hosted git repository. lahirujayathilake pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata.git
commit c96c793730cb8a74258ae9658a3f38c0eedbc426 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 \
