From 9611044373b8fcace1a36a914301a4f4ccabeacc Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Sat, 20 Sep 2014 12:48:20 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6ab8eeb63..c1cd65160 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,10 @@ -# Designed to be run as -# -# docker run -it -p 9999:8888 ipython/latest +# Just installs IPython from master +# Another Docker container should build from this one to see the Notebook itself FROM ipython/scipystack MAINTAINER IPython Project -# Can't directly add the source as it won't have the submodules RUN mkdir -p /srv/ WORKDIR /srv/ ADD . /srv/ipython