This commit is contained in:
maltegrosse 2023-01-23 13:47:54 +01:00
commit cebfadf643
3 changed files with 17 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -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

1
README.md Normal file
View File

@ -0,0 +1 @@
# Jupyterlab Datasciene Container

10
woodpecker.yml Normal file
View File

@ -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