From bb8ff9ca4e38edd21004987d7d0740dcbfc03005 Mon Sep 17 00:00:00 2001 From: Rob Court Date: Fri, 30 Aug 2024 16:42:54 +0100 Subject: [PATCH] Update dockerfile --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index a686f6d..171fd6f 100644 --- a/dockerfile +++ b/dockerfile @@ -4,4 +4,4 @@ FROM jupyterhub/jupyterhub:latest # Install oauthenticator for GitHub authentication RUN pip install oauthenticator dockerspawner jupyterlab - +ENV JUPYTER_ENABLE_LAB=yes