mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-01 18:29:32 +00:00
Fix GPU docker build (#703)
This commit is contained in:
parent
a284af3ae5
commit
74b0868d28
@ -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 .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user