Added server plugins

master
Mark 2023-02-11 15:53:55 -08:00
parent 378c2933b9
commit 2166386399
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -5,7 +5,9 @@ LABEL maintainer="Mark <mark@betalupi.com>"
USER $NB_UID USER $NB_UID
RUN mamba install --yes \ RUN mamba install --yes \
# Python packages ## Jupyter extensions
"jupyter_server>=2.0.0" \
## Python packages
# Scraping # Scraping
"beautifulsoup4" \ "beautifulsoup4" \
"requests" \ "requests" \