run
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2024-02-12 15:48:26 +01:00
parent 841d4b03fc
commit ded7af60cd
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ steps:
settings: settings:
registry: git.sandbox.iuk.hdm-stuttgart.de registry: git.sandbox.iuk.hdm-stuttgart.de
repo: grosse/jupyterlab-datascience repo: grosse/jupyterlab-datascience
ignore_var_run: true ignore_var_run: false
ignore-var-run: true
tags: tags:
- 4.0.12 - 4.0.12
- latest - latest

View File

@ -8,7 +8,7 @@ FROM ${LAB_IMAGE}
# USER root # USER root
# RUN apt-get update --yes # RUN apt-get update --yes
# USER ${NB_UID} # USER ${NB_UID}
RUN echo "install custom extensions" RUN echo "install custom extensions "
RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-sandbox-theme==0.1.4 RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-sandbox-theme==0.1.4
RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-sandbox-announcement==0.1.3 RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-sandbox-announcement==0.1.3
#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-data-pool