From 72ad0a920fe53b0d6478eba1dd37faf380ad2f09 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Mon, 5 Feb 2024 16:07:55 +0100 Subject: [PATCH] remove announcements --- .woodpecker.yml | 2 +- Dockerfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6e8c967..ef930d7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +5,7 @@ steps: settings: registry: git.sandbox.iuk.hdm-stuttgart.de repo: grosse/jupyterlab-datascience - tags: 4.0.11 + tags: 4.0.12 dockerfile: Dockerfile username: from_secret: docker_username diff --git a/Dockerfile b/Dockerfile index c5cb0cf..a040b64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG LAB_IMAGE=quay.io/jupyter/scipy-notebook:lab-4.0.11 +ARG LAB_IMAGE=quay.io/jupyter/scipy-notebook:lab-4.0.12 FROM ${LAB_IMAGE} RUN echo "install custom extensions" @@ -9,3 +9,4 @@ 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-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 jupyter labextension disable "@jupyterlab/apputils-extension:announcements" \ No newline at end of file