Skip to content

Commit

Permalink
Fix up Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Oct 6, 2020
1 parent dc1eabe commit 7926062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN echo "/usr/local/lib/python3.7/site-packages/" > "/usr/local/lib/python3.7/d
FROM requirements as full

COPY . /finntk
RUN cd /finntk && pip3 install --no-cache-dir -e .\[dev,gpu\]
RUN cd /finntk && pip3 install --no-cache-dir -e .\[dev,gpu,emb,conceptnet5\]
RUN cd /finntk && python /finntk/finntk/scripts/bootstrap_all.py

# Install WordNet
Expand Down

0 comments on commit 7926062

Please sign in to comment.