Skip to content
Snippets Groups Projects
Commit 4bc921c0 authored by Lili Gasser's avatar Lili Gasser
Browse files

Update Dockerfile (add installing spacy models)

parent 431e1ef2
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment