From bd3295a80faff0eeb85e36f529a76e783c972e9b Mon Sep 17 00:00:00 2001 From: Stuart Lynn Date: Thu, 3 Mar 2016 15:51:42 -0500 Subject: [PATCH] tidy up for pyhton install --- Dockerfile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7daa4d4..6ae6507 100644 --- a/Dockerfile +++ b/Dockerfile @@ -123,18 +123,10 @@ RUN git clone https://github.com/CartoDB/cartodb-postgresql.git &&\ # install pip -RUN apt-get -y install python-dev python-pip liblapack-dev +RUN apt-get -y install python-dev python-pip liblapack-dev gfortran libyaml-dev -# -RUN pip install numpy -RUN pip install pandas +RUN pip install numpy pandas scipy theano keras sklearn -RUN apt-get -y install gfortran libyaml-dev - -RUN pip install scipy -RUN pip install theano -RUN pip install keras -RUN pip install sklearn # get compiled libraries recognized RUN ldconfig