add npm
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
fad9184183
commit
eb3c373c6f
10
Dockerfile
10
Dockerfile
|
@ -329,7 +329,7 @@ LABEL authors="Christoph Schranz <christoph.schranz@salzburgresearch.at>, Mathem
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN pip install --no-cache-dir ipyleaflet "plotly>=4.14.3" "ipywidgets>=7.5"
|
RUN pip install --no-cache-dir ipyleaflet "plotly>=4.14.3" "ipywidgets>=7.5"
|
||||||
|
RUN conda install -c conda-forge nodejs
|
||||||
# Install important packages and Graphviz
|
# Install important packages and Graphviz
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& buildDeps=' \
|
&& buildDeps=' \
|
||||||
|
@ -346,6 +346,7 @@ RUN fix-permissions $CONDA_DIR
|
||||||
# RUN pip install jupyterlab-git
|
# RUN pip install jupyterlab-git
|
||||||
RUN pip install jupyterlab-drawio
|
RUN pip install jupyterlab-drawio
|
||||||
RUN jupyter nbextension enable --py --sys-prefix ipyleaflet
|
RUN jupyter nbextension enable --py --sys-prefix ipyleaflet
|
||||||
|
|
||||||
RUN jupyter labextension install jupyterlab-plotly
|
RUN jupyter labextension install jupyterlab-plotly
|
||||||
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget
|
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget
|
||||||
# RUN pip install --no-cache-dir jupyter-tabnine --user && \
|
# RUN pip install --no-cache-dir jupyter-tabnine --user && \
|
||||||
|
@ -359,6 +360,13 @@ RUN jupyter labextension install @ijmbarr/jupyterlab_spellchecker
|
||||||
|
|
||||||
RUN fix-permissions /home/$NB_USER
|
RUN fix-permissions /home/$NB_USER
|
||||||
|
|
||||||
|
|
||||||
|
## add sandbox plugins
|
||||||
|
RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-sandbox-theme
|
||||||
|
RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-data-pool
|
||||||
|
RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-training
|
||||||
|
RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-synthetic-data
|
||||||
|
|
||||||
# Switch back to jovyan to avoid accidental container runs as root
|
# Switch back to jovyan to avoid accidental container runs as root
|
||||||
USER $NB_UID
|
USER $NB_UID
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue