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