File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -qq update
7
7
RUN DEBIAN_FRONTEND=noninteractive apt-get -qqy upgrade
8
8
RUN DEBIAN_FRONTEND=noninteractive apt-get -qqy dist-upgrade
9
9
10
- RUN DEBIAN_FRONTEND=noninteractive apt-get -qqy install build-essential gfortran graphviz-dev libatlas-dev libatlas3-base libfreetype6-dev liblapack-dev libpng-dev libxml2-dev libxslt1-dev libyaml-dev pkg-config python-dev python-pip supervisor zlib1g-dev
10
+ RUN DEBIAN_FRONTEND=noninteractive apt-get -qqy install build-essential gfortran graphviz-dev imagemagick libatlas-dev libatlas3-base libfreetype6-dev liblapack-dev libpng-dev libxml2-dev libxslt1-dev libyaml-dev pandoc pkg-config python-dev python-pip supervisor zlib1g-dev
11
11
12
12
RUN DEBIAN_FRONTEND=noninteractive apt-get -qqy autoremove
13
13
RUN DEBIAN_FRONTEND=noninteractive apt-get -qqy autoclean
@@ -18,7 +18,7 @@ RUN pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs pip install -U
18
18
RUN pip install numpy
19
19
RUN pip install scipy
20
20
RUN pip install matplotlib
21
- RUN pip install bottleneck cython numexpr nose patsy pyenchant pygraphviz pytz pyyaml
21
+ RUN pip install bottleneck cython numexpr nose patsy pyenchant pygments pygraphviz pytz pyyaml
22
22
RUN pip install configobj lxml python-dateutil networkx textblob
23
23
RUN pip install beautifulsoup4 gensim ipython[notebook] mpltools nltk pandas pattern scikit-learn simpy ujson
24
24
RUN pip install statsmodels
You can’t perform that action at this time.
0 commit comments