Compare commits
No commits in common. "e136e942f7157dd3bfdeeb60c5795ca1c4776b9a" and "83f1168803b6af4befc9d7e53976a041ff3e4854" have entirely different histories.
e136e942f7
...
83f1168803
|
@ -1,15 +1,10 @@
|
||||||
when:
|
pipeline:
|
||||||
branch: lab-4.x
|
publish-container:
|
||||||
steps:
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
build_and_release:
|
secrets: [ docker_username, docker_password ]
|
||||||
image: woodpeckerci/plugin-kaniko:1.1.1
|
group: docker
|
||||||
pull: true
|
|
||||||
settings:
|
settings:
|
||||||
registry: git.sandbox.iuk.hdm-stuttgart.de
|
registry: https://git.sandbox.iuk.hdm-stuttgart.de
|
||||||
repo: grosse/jupyterhub-datascience
|
repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience
|
||||||
tags: 4.0.12
|
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
username:
|
tags: latest
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG LAB_IMAGE=quay.io/jupyter/scipy-notebook:lab-4.0.12
|
ARG LAB_IMAGE=jupyter/datascience-notebook:lab-3.4.3
|
||||||
|
|
||||||
FROM ${LAB_IMAGE}
|
FROM ${LAB_IMAGE}
|
||||||
RUN echo "install custom extensions"
|
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-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-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 opencv-python-headless voila==0.3.7
|
||||||
|
|
Loading…
Reference in New Issue