Skip to content

Commit

Permalink
Fix GPU docker build (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
tholor committed Dec 31, 2020
1 parent a284af3 commit 74b0868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile-GPU
Expand Up @@ -16,6 +16,8 @@ COPY haystack /home/user/haystack

# install as a package
COPY setup.py requirements.txt README.md /home/user/
RUN pip3 install numpy scipy Cython

RUN pip3 install -r requirements.txt
RUN pip3 install -e .

Expand Down

0 comments on commit 74b0868

Please sign in to comment.