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
commit 496fcd84f6a73fa363ad71c3cb35832fec5c0614 Author: yasith <[email protected]> AuthorDate: Fri Feb 28 21:04:37 2025 -0600 fix dependency issue in cyberfaces agent --- modules/agent-framework/deployments/agent-cyberfaces/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/agent-framework/deployments/agent-cyberfaces/Dockerfile b/modules/agent-framework/deployments/agent-cyberfaces/Dockerfile index 3ad5361543..d2df17f28a 100644 --- a/modules/agent-framework/deployments/agent-cyberfaces/Dockerfile +++ b/modules/agent-framework/deployments/agent-cyberfaces/Dockerfile @@ -60,5 +60,6 @@ RUN micromamba install -y -n base -c conda-forge \ bsddb3 \ && micromamba clean --all -y -RUN micromamba run -n base pip install --no-cache-dir \ - cdo-api-py +RUN micromamba run -n base pip install --no-cache-dir --force-reinstall \ + cdo-api-py \ + typing_extensions>=4.12.0
