Update Dockerfile

This commit is contained in:
Patrick Jentsch 2019-05-27 11:46:14 +02:00
parent f42e166c9f
commit bc28f8a8b4

View File

@ -23,7 +23,7 @@ RUN wget -nv https://github.com/Illumina/pyflow/releases/download/v"$PYFLOW_VERS
cd pyflow-"$PYFLOW_VERSION" && \ cd pyflow-"$PYFLOW_VERSION" && \
python2.7 setup.py build install && \ python2.7 setup.py build install && \
cd .. && \ cd .. && \
rm -r pyflow-"$PYFLOW_VERSION".tar.gz pyflow-"$PYFLOW_VERSION" rm -r pyflow-"$PYFLOW_VERSION" pyflow-"$PYFLOW_VERSION".tar.gz
# Install spaCy # Install spaCy
RUN pip3 install wheel && pip3 install -U spacy && \ RUN pip3 install wheel && pip3 install -U spacy && \