From b112f015ded31fd3ace730e6dc0015e8d57458a4 Mon Sep 17 00:00:00 2001 From: Derek Sifford Date: Sat, 27 Feb 2016 00:35:32 -0500 Subject: [PATCH] Add comment to line 5 referencing docker-stacks --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 846d84f22..bde361082 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,9 @@ # Installs Jupyter Notebook and IPython kernel from the current branch # Another Docker container should inherit with `FROM jupyter/notebook` # to run actual services. +# +# For opinionated stacks of ready-to-run Jupyter applications in Docker, +# check out docker-stacks FROM jupyter/ubuntu_14_04_locale_fix @@ -28,10 +31,8 @@ RUN apt-get update -qq && \ build-essential \ ca-certificates \ curl \ - gfortran \ git \ language-pack-en \ - libatlas-base-dev \ libcurl4-openssl-dev \ libffi-dev \ libsqlite3-dev \