removed python-setuptools

This commit is contained in:
Brian McQueen 2014-10-26 07:18:26 -07:00
parent a705a8dae5
commit 09869d05de

View file

@ -22,7 +22,7 @@ RUN apt-get install -y -q cmake
RUN apt-get install -y -q python2.7 python2.7-dev
RUN wget 'https://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg' && /bin/sh setuptools-0.6c11-py2.7.egg && rm -f setuptools-0.6c11-py2.7.egg
#RUN wget 'https://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg' && /bin/sh setuptools-0.6c11-py2.7.egg && rm -f setuptools-0.6c11-py2.7.egg
RUN pip install numpy