removed python-setuptools
This commit is contained in:
parent
a705a8dae5
commit
09869d05de
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ RUN apt-get install -y -q cmake
|
||||||
|
|
||||||
RUN apt-get install -y -q python2.7 python2.7-dev
|
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
|
RUN pip install numpy
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue