remove announcements
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Malte Grosse 2024-02-05 16:07:55 +01:00
parent ee43e6d353
commit 72ad0a920f
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ steps:
settings: settings:
registry: git.sandbox.iuk.hdm-stuttgart.de registry: git.sandbox.iuk.hdm-stuttgart.de
repo: grosse/jupyterlab-datascience repo: grosse/jupyterlab-datascience
tags: 4.0.11 tags: 4.0.12
dockerfile: Dockerfile dockerfile: Dockerfile
username: username:
from_secret: docker_username from_secret: docker_username

View File

@ -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} FROM ${LAB_IMAGE}
RUN echo "install custom extensions" 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-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 --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
RUN jupyter labextension disable "@jupyterlab/apputils-extension:announcements"