init
This commit is contained in:
commit
cebfadf643
|
@ -0,0 +1,6 @@
|
||||||
|
ARG LAB_IMAGE=jupyter/datascience-notebook:lab-3.5.2
|
||||||
|
|
||||||
|
FROM ${LAB_IMAGE}
|
||||||
|
RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-sandbox-theme
|
||||||
|
RUN mkdir -p ~/.jupyterlab/user-settings/@jupyterlab/apputils-extension/ && \
|
||||||
|
echo '{ "theme":"Sandbox" }' > themes.jupyterlab-settings
|
|
@ -0,0 +1,10 @@
|
||||||
|
pipeline:
|
||||||
|
publish-container:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
secrets: [ docker_username, docker_password ]
|
||||||
|
group: docker
|
||||||
|
settings:
|
||||||
|
registry: https://git.sandbox.iuk.hdm-stuttgart.de
|
||||||
|
repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
tags: latest
|
Loading…
Reference in New Issue