From bf99d2dd0b7aaa0c4a88dd8121acbeaa51ec8172 Mon Sep 17 00:00:00 2001 From: Jonas-Ian Kuche Date: Sat, 13 Apr 2024 10:56:59 +0200 Subject: [PATCH] feat: add jupyter singleuser support --- frontend/jupyter/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/jupyter/Earthfile b/frontend/jupyter/Earthfile index e8004ff..4d913b3 100644 --- a/frontend/jupyter/Earthfile +++ b/frontend/jupyter/Earthfile @@ -2,5 +2,5 @@ VERSION 0.8 SETUP: FUNCTION - RUN micromamba install -n base -c conda-forge -y jupyterlab ipykernel ipywidgets + RUN micromamba install -n base -c conda-forge -y jupyterlab jupyterhub-singleuser ipykernel ipywidgets CMD ["jupyter", "lab", "--ip=0.0.0.0", "--port=8888"]