python version

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-10-08 10:12:49 -07:00
parent aa69fe2562
commit 673ad579dc
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -1,4 +1,4 @@
FROM python:2.7.8
FROM python:2.7
MAINTAINER Jessica Frazelle <jess@docker.com>
# install linear algebra dependencies
@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
RUN pip install -U \
numpy \
scipy \
scipy \
matplotlib \
pandas \
patsy \