Attempt to shorten Docker build with pre-built Python libs.
This commit is contained in:
parent
697fac07c1
commit
6029baf48e
|
@ -18,6 +18,9 @@ RUN apt-get update && apt-get install -y \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python-dev \
|
python-dev \
|
||||||
python-pip \
|
python-pip \
|
||||||
|
python-numpy \
|
||||||
|
python-scipy \
|
||||||
|
python-pandas \
|
||||||
wget \
|
wget \
|
||||||
zip \
|
zip \
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
Loading…
Reference in New Issue