Attempt to shorten Docker build with pre-built Python libs.

This commit is contained in:
Brandon Amos 2016-01-08 14:27:34 -05:00
parent 697fac07c1
commit 6029baf48e
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ RUN apt-get update && apt-get install -y \
pkg-config \
python-dev \
python-pip \
python-numpy \
python-scipy \
python-pandas \
wget \
zip \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*