Skip to content

Commit

Permalink
added gensim
Browse files Browse the repository at this point in the history
  • Loading branch information
benhamner committed Sep 11, 2015
1 parent d054c22 commit e400ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM continuumio/anaconda3:latest

RUN conda install pip statsmodels seaborn python-dateutil nltk scikit-learn -y -q && \
pip install pytagcloud pyyaml ggplot theano joblib husl geopy ml_metrics mne pyshp && \
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 && \
#word cloud
Expand Down

0 comments on commit e400ffa

Please sign in to comment.