From 4bc921c0a7416089fea8a335049bc54d1bb4c5ed Mon Sep 17 00:00:00 2001 From: Lili Gasser <gasserli@ethz.ch> Date: Tue, 15 Jan 2019 10:06:03 +0000 Subject: [PATCH] Update Dockerfile (add installing spacy models) --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1d77bc74..e7d84d43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,3 +11,7 @@ RUN $CONDA_DIR/envs/renku/bin/pip install -U -e git+https://github.com/SwissData RUN sudo apt-get update RUN sudo apt-get install -y poppler-utils + +# install spacy models +RUN python -m spacy download de_core_news_sm +RUN python -m spacy download xx_ent_wiki_sm \ No newline at end of file -- GitLab