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

Update Dockerfile (add nltk stopwords and punkt)

parent 26d40668
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,7 @@ 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
RUN python -m spacy download xx_ent_wiki_sm
# install nltk stopwords and punkt
RUN python -m nltk.downloader punkt && python -m nltk.downloader stopwords
\ 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