Added D4Science Python Library

D4Science Python Library has been added as a submodule and installed
in the agent container through pip.
This commit is contained in:
Biagio Peccerillo 2025-08-20 18:04:42 +02:00
parent cf3a2a8538
commit 6015253b62
3 changed files with 8 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "d4science_lib"]
path = d4science_lib
url = https://code-repo.d4science.org/gCubeSystem/d4science-python-library.git

View File

@ -22,3 +22,7 @@ WORKDIR /app
# Copy the .env file
COPY .env /app/dave/.env
# Copy D4Science Python Library and install it
COPY d4science_lib /d4science_lib
RUN pip install /d4science_lib

1
d4science_lib Submodule

@ -0,0 +1 @@
Subproject commit b37731b93d9220112fa2bb75b2b989f76b70f70e