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:
|
||||
registry: git.sandbox.iuk.hdm-stuttgart.de
|
||||
repo: grosse/jupyterlab-datascience
|
||||
ignore_var_run: true
|
||||
ignore-var-run: true
|
||||
ignore_var_run: false
|
||||
|
||||
tags:
|
||||
- 4.0.12
|
||||
- latest
|
||||
|
|
|
@ -8,7 +8,7 @@ FROM ${LAB_IMAGE}
|
|||
# USER root
|
||||
# RUN apt-get update --yes
|
||||
# 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-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
|
||||
|
|
Loading…
Reference in New Issue