This is an automated email from the ASF dual-hosted git repository.
lahirujayathilake pushed a commit to branch agent-framewok-refactoring
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/agent-framewok-refactoring by
this push:
new 76667ed4bf included the data for iguide agent
76667ed4bf is described below
commit 76667ed4bf851be3853258e590a3069ef33e1f3f
Author: lahiruj <[email protected]>
AuthorDate: Tue Oct 22 15:59:34 2024 -0400
included the data for iguide agent
---
.../airavata-agent/jupyter/deployments/i-guide/agent/Dockerfile | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/modules/agent-framework/airavata-agent/jupyter/deployments/i-guide/agent/Dockerfile
b/modules/agent-framework/airavata-agent/jupyter/deployments/i-guide/agent/Dockerfile
index 790e826d35..6db3972840 100644
---
a/modules/agent-framework/airavata-agent/jupyter/deployments/i-guide/agent/Dockerfile
+++
b/modules/agent-framework/airavata-agent/jupyter/deployments/i-guide/agent/Dockerfile
@@ -2,6 +2,10 @@ FROM rkalyana/iguide-singleuser-cvmfs:nbfetch
USER root
+RUN mkdir -p /data
+COPY dam_list.csv /data/dam_list.csv
+COPY sample_data /data/sample_data
+
RUN pip install pandas
RUN pip install geopandas
RUN pip install pygeos