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

Update Dockerfile (renku version 0.3.2, french spacy)

parent 6fb80378
No related branches found
No related tags found
No related merge requests found
FROM renku/singleuser:0.2.0
FROM renku/singleuser:0.3.2
# Uncomment and adapt if code is to be included in the image
# COPY src /code/src
......@@ -15,4 +15,5 @@ RUN sudo apt-get install -y vim
# install spacy models
RUN python -m spacy download de_core_news_sm
RUN python -m spacy download fr_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