Skip to content

Commit 23adb41

Browse files
committed
Added: pygments, pandoc and imagemagick
1 parent bcb14e9 commit 23adb41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -qq update
77
RUN DEBIAN_FRONTEND=noninteractive apt-get -qqy upgrade
88
RUN DEBIAN_FRONTEND=noninteractive apt-get -qqy dist-upgrade
99

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
1111

1212
RUN DEBIAN_FRONTEND=noninteractive apt-get -qqy autoremove
1313
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
1818
RUN pip install numpy
1919
RUN pip install scipy
2020
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
2222
RUN pip install configobj lxml python-dateutil networkx textblob
2323
RUN pip install beautifulsoup4 gensim ipython[notebook] mpltools nltk pandas pattern scikit-learn simpy ujson
2424
RUN pip install statsmodels

0 commit comments

Comments
 (0)