Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
motey committed May 18, 2021
1 parent 55ed16a commit 01ef92e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN mkdir -p /app/dataset
RUN mkdir -p /app/dataloader
WORKDIR /app/dataloader


COPY requirement.txt ./
RUN pip install --no-cache-dir -r requirement.txt
COPY dataloader .
Expand Down
8 changes: 4 additions & 4 deletions requirement.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
git+https://github.com/technige/py2neo.git@master#egg=py2neo
py2neo
linetimer
pebble
git+https://github.com/motey/cord-19-tools
requests
git+https://github.com/motey/graphio
graphio
pandas
pydash
git+https://git.connect.dzd-ev.de/dzdtools/pythonmodules.git#subdirectory=dict2graph
git+https://git.connect.dzd-ev.de/dzdtools/pythonmodules.git#subdirectory=Configs
git+https://git.connect.dzd-ev.de/dzdpythonmodules/dict2graph.git@V2
git+https://git.connect.dzd-ev.de/dzdpythonmodules/configs.git

0 comments on commit 01ef92e

Please sign in to comment.