From ded7af60cde4524d671605f15198ad668b43485a Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Mon, 12 Feb 2024 15:48:26 +0100 Subject: [PATCH] run --- .woodpecker.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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