Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion images/base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update --yes && \

USER ${NB_UID}

# Install JupyterLab, Jupyter Notebook, JupyterHub and NBClassic
# Install JupyterLab, Jupyter Notebook, nbgitpuller, JupyterHub and NBClassic
# Generate a Jupyter Server config
# Cleanup temporary files
# Correct permissions
Expand All @@ -42,6 +42,7 @@ RUN mamba install --yes \
'jupyterlab' \
'notebook' \
'jupyterhub' \
'nbgitpuller' \
'nbclassic' && \
jupyter server --generate-config && \
mamba clean --all -f -y && \
Expand Down