From 4a8042311e8a83cee83a807e941e727aa69544cf Mon Sep 17 00:00:00 2001 From: Justin Tyberg Date: Tue, 15 Nov 2016 14:21:08 -0500 Subject: [PATCH] Bump default notebook image tag Use image that includes JupyterHub 0.7. (c) Copyright IBM Corp. 2016 --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index a7ba0d9..48538c0 100644 --- a/.env +++ b/.env @@ -15,7 +15,7 @@ DOCKER_MACHINE_NAME=jupyterhub DOCKER_NETWORK_NAME=jupyterhub-network # Single-user Jupyter Notebook server container image -DOCKER_NOTEBOOK_IMAGE=jupyter/scipy-notebook:2d878db5cbff +DOCKER_NOTEBOOK_IMAGE=jupyter/scipy-notebook:18e5563b7486 # Notebook directory in the container. # This will be /home/jovyan/work if the default