diff --git a/.woodpecker.yml b/.woodpecker.yml index 48e5665..da9d475 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index c33da18..782939b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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