Compare commits

...

5 Commits

Author SHA1 Message Date
Malte Grosse e136e942f7 syntax 2024-02-05 12:18:14 +01:00
Malte Grosse dc8f973828 when condition
ci/woodpecker/manual/woodpecker Pipeline was successful Details
2024-02-05 12:12:34 +01:00
Malte Grosse c8c066870a . 2024-02-05 12:10:02 +01:00
Malte Grosse ac412e2b0d upgrade lab 2024-02-05 12:08:24 +01:00
Malte Grosse eec2aa3b29 upgrade 4.0.12 2024-02-05 12:07:40 +01:00
3 changed files with 17 additions and 10 deletions

View File

@ -1,10 +1,15 @@
pipeline:
publish-container:
image: woodpeckerci/plugin-docker-buildx
secrets: [ docker_username, docker_password ]
group: docker
when:
branch: lab-4.x
steps:
build_and_release:
image: woodpeckerci/plugin-kaniko:1.1.1
pull: true
settings:
registry: https://git.sandbox.iuk.hdm-stuttgart.de
repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience
registry: git.sandbox.iuk.hdm-stuttgart.de
repo: grosse/jupyterhub-datascience
tags: 4.0.12
dockerfile: Dockerfile
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password

View File

@ -1,4 +1,4 @@
ARG LAB_IMAGE=jupyter/datascience-notebook:lab-3.4.3
ARG LAB_IMAGE=quay.io/jupyter/scipy-notebook:lab-4.0.12
FROM ${LAB_IMAGE}
RUN echo "install custom extensions"
@ -7,4 +7,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-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 opencv-python-headless voila==0.3.7
RUN pip install ipywebrtc==0.6.0 opencv-python-headless==4.9.0.80 voila==0.5.5

View File

@ -1 +1,3 @@
# Jupyterlab Datasciene Container
Lab: 4.0.12