Skip to content

Commit

Permalink
feat: add jupyter singleuser support
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrone44 committed Apr 13, 2024
1 parent 9cb141b commit bf99d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/jupyter/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit bf99d2d

Please sign in to comment.