From d3478334ad47d72b76891b35893adbb7a6ac5f69 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Sat, 1 Jun 2024 09:59:16 +0200 Subject: [PATCH] test rise --- .woodpecker.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b1b7ce5..71b05c2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ steps: settings: registry: git.sandbox.iuk.hdm-stuttgart.de repository: grosse/jupyterlab-datascience - tag: 4.0.12 + tag: 4.0.12e architectures: aarch64 amd64 context: Dockerfile imagename: jupyterlab-datascience diff --git a/Dockerfile b/Dockerfile index d7f6c45..f520138 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,5 +16,5 @@ RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/p #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-training #RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-synthetic-data -RUN pip install ipywebrtc==0.6.0 opencv-python-headless==4.9.0.80 voila==0.5.5 +RUN pip install ipywebrtc==0.6.0 opencv-python-headless==4.9.0.80 voila==0.5.5 jupyterlab_rise==0.42.0 RUN jupyter labextension disable "@jupyterlab/apputils-extension:announcements" \ No newline at end of file