From fab261a2dd1be0d884e778c7d44602c65911323b Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 3 Oct 2017 16:02:58 +0200 Subject: [PATCH] bump base image --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 35dc2f0..93fbabc 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:8f56e3c47fec +DOCKER_NOTEBOOK_IMAGE=jupyter/minimal-notebook:e1677043235c # Notebook directory in the container. # This will be /home/jovyan/work if the default