run
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
841d4b03fc
commit
ded7af60cd
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue