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:
parent
cf3a2a8538
commit
6015253b62
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "d4science_lib"]
|
||||
path = d4science_lib
|
||||
url = https://code-repo.d4science.org/gCubeSystem/d4science-python-library.git
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b37731b93d9220112fa2bb75b2b989f76b70f70e
|
||||
Loading…
Reference in New Issue