Added server plugins

This commit is contained in:
2023-02-11 15:53:55 -08:00
parent 378c2933b9
commit 2166386399
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,7 @@ USER ${NB_UID}
RUN mamba install --yes \
"jupyterlab-git" \
"jupyterlab-link-share" \
&& \
# Cleanup
mamba clean --all -f -y && \