Added server plugins
parent
378c2933b9
commit
2166386399
|
@ -6,6 +6,7 @@ USER ${NB_UID}
|
|||
|
||||
RUN mamba install --yes \
|
||||
"jupyterlab-git" \
|
||||
"jupyterlab-link-share" \
|
||||
&& \
|
||||
# Cleanup
|
||||
mamba clean --all -f -y && \
|
||||
|
|
|
@ -5,7 +5,9 @@ LABEL maintainer="Mark <mark@betalupi.com>"
|
|||
USER $NB_UID
|
||||
|
||||
RUN mamba install --yes \
|
||||
# Python packages
|
||||
## Jupyter extensions
|
||||
"jupyter_server>=2.0.0" \
|
||||
## Python packages
|
||||
# Scraping
|
||||
"beautifulsoup4" \
|
||||
"requests" \
|
||||
|
|
Loading…
Reference in New Issue