tidy up for pyhton install

This commit is contained in:
Stuart Lynn
2016-03-03 15:51:42 -05:00
parent d49313a958
commit bd3295a80f

View File

@@ -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