From 09869d05dea0ab97ea6533d81ee24050a8d899a8 Mon Sep 17 00:00:00 2001 From: Brian McQueen Date: Sun, 26 Oct 2014 07:18:26 -0700 Subject: [PATCH] removed python-setuptools --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ae1adc..3d5951e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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