diff --git a/Dockerfile-GPU b/Dockerfile-GPU index 2a3e6ee3b..644749dc5 100644 --- a/Dockerfile-GPU +++ b/Dockerfile-GPU @@ -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 .