Fix GPU docker build (#703)

This commit is contained in:
Malte Pietsch 2020-12-31 15:04:13 +01:00 committed by GitHub
parent a284af3ae5
commit 74b0868d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 .