We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3251a commit 891e494Copy full SHA for 891e494
Dockerfile
@@ -19,6 +19,7 @@ RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list &
19
pip install seaborn python-dateutil dask pytagcloud pyyaml joblib \
20
husl geopy ml_metrics mne pyshp gensim && \
21
conda install -y -c conda-forge spacy && python -m spacy download en && \
22
+ python -m spacy download en_core_web_lg && \
23
# The apt-get version of imagemagick is out of date and has compatibility issues, so we build from source
24
apt-get -y install dbus fontconfig fontconfig-config fonts-dejavu-core fonts-droid ghostscript gsfonts hicolor-icon-theme \
25
libavahi-client3 libavahi-common-data libavahi-common3 libcairo2 libcap-ng0 libcroco3 \
0 commit comments