From bc28f8a8b4931a8c03a18918b8198a279d110690 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Mon, 27 May 2019 11:46:14 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a461fd..9377bcf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN wget -nv https://github.com/Illumina/pyflow/releases/download/v"$PYFLOW_VERS cd pyflow-"$PYFLOW_VERSION" && \ python2.7 setup.py build install && \ cd .. && \ - rm -r pyflow-"$PYFLOW_VERSION".tar.gz pyflow-"$PYFLOW_VERSION" + rm -r pyflow-"$PYFLOW_VERSION" pyflow-"$PYFLOW_VERSION".tar.gz # Install spaCy RUN pip3 install wheel && pip3 install -U spacy && \