Skip to content

Commit 891e494

Browse files
author
Jamie Hall
authored
Add Spacy en_core_web_lg
1 parent 3b3251a commit 891e494

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list &
1919
pip install seaborn python-dateutil dask pytagcloud pyyaml joblib \
2020
husl geopy ml_metrics mne pyshp gensim && \
2121
conda install -y -c conda-forge spacy && python -m spacy download en && \
22+
python -m spacy download en_core_web_lg && \
2223
# The apt-get version of imagemagick is out of date and has compatibility issues, so we build from source
2324
apt-get -y install dbus fontconfig fontconfig-config fonts-dejavu-core fonts-droid ghostscript gsfonts hicolor-icon-theme \
2425
libavahi-client3 libavahi-common-data libavahi-common3 libcairo2 libcap-ng0 libcroco3 \

0 commit comments

Comments
 (0)