Skip to content

Commit

Permalink
Merge PR from SolessChong/master
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdcha committed Oct 18, 2015
2 parents 16c0d8c + c0cb193 commit 089f30d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN conda install pip statsmodels seaborn python-dateutil nltk scikit-learn spac
pip install pytagcloud pyyaml ggplot theano joblib husl geopy ml_metrics mne pyshp gensim && \
apt-get install -y libglib2.0-0 libxext6 libsm6 libxrender1 libfontconfig1 --fix-missing && \
apt-get update && apt-get install -y git && apt-get install -y build-essential && \
# textblob
pip install textblob && \
#word cloud
pip install git+git:https://github.com/amueller/word_cloud.git && \
#igraph
Expand Down Expand Up @@ -46,6 +48,8 @@ RUN conda install pip statsmodels seaborn python-dateutil nltk scikit-learn spac
python -m nltk.downloader -d /usr/share/nltk_data all && \
# Stop-words
pip install stop-words
# Geohash
pip install Geohash

# set backend for matplotlibrc to Agg
RUN matplotlibrc_path=$(python -c "import site, os, fileinput; packages_dir = site.getsitepackages()[0]; print(os.path.join(packages_dir, 'matplotlib', 'mpl-data', 'matplotlibrc'))") && \
Expand Down

0 comments on commit 089f30d

Please sign in to comment.