From 673ad579dcbd84a18627291593ecfddbc7d974db Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Thu, 8 Oct 2015 10:12:49 -0700 Subject: [PATCH] python version Signed-off-by: Jessica Frazelle --- ipython-notebook/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipython-notebook/Dockerfile b/ipython-notebook/Dockerfile index fcc0bb3..b9598f7 100644 --- a/ipython-notebook/Dockerfile +++ b/ipython-notebook/Dockerfile @@ -1,4 +1,4 @@ -FROM python:2.7.8 +FROM python:2.7 MAINTAINER Jessica Frazelle # 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 \