From 7018340aef65b86be2777346832de042b3423c0c 2017-05-18 17:05:15 From: Srinivas Reddy Thatiparthy Date: 2017-05-18 17:05:15 Subject: [PATCH] remove deprecated Dockerfile --- diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 994e9f0..0000000 --- a/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -# DEPRECATED: You probably want jupyter/notebook - -FROM jupyter/notebook - -MAINTAINER IPython Project - -ONBUILD RUN echo "ipython/ipython is deprecated, use jupyter/notebook" >&2