Skip to content
Snippets Groups Projects

added small nltk and spacy data sets

Merged Julian Rasch requested to merge jr662933/jupyterhub-ai:dev into dev
4 files
+ 42
0
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 5
0
@@ -18,3 +18,8 @@ ENV CONFIG_PATH=/home/jovyan/config.txt
@@ -18,3 +18,8 @@ ENV CONFIG_PATH=/home/jovyan/config.txt
COPY app /dash/app/
COPY app /dash/app/
RUN chown -R jovyan /dash/app/
RUN chown -R jovyan /dash/app/
 
 
# install some NLTK and spaCy data
 
RUN python -m nltk.downloader stopwords
 
RUN python -m nltk.downloader wordnet
 
RUN python -m spacy download en_core_web_sm
Loading