Added server plugins
parent
378c2933b9
commit
2166386399
|
@ -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 && \
|
||||||
|
|
|
@ -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" \
|
||||||
|
|
Loading…
Reference in New Issue