diff --git a/.woodpecker.yml b/.woodpecker.yml index 1388025..83dc886 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,4 +7,4 @@ pipeline: registry: https://git.sandbox.iuk.hdm-stuttgart.de repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience dockerfile: Dockerfile - tags: new \ No newline at end of file + tags: latest \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index c78d680..0a1d633 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,5 @@ 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 ~/.jupyter/lab/user-settings/@jupyterlab/apputils-extension/ && \ +RUN mkdir -p ~/.jupyter/lab/user-settings/@jupyterlab/apputils-extension && \ echo '{ "theme":"Sandbox" }' > themes.jupyterlab-settings \ No newline at end of file