path fix
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
maltegrosse 2023-01-23 13:57:07 +01:00
parent b035ba71f4
commit f2d8a619cd
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ ARG LAB_IMAGE=jupyter/datascience-notebook:lab-3.5.2
FROM ${LAB_IMAGE} 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 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/ && \ RUN mkdir -p ~/.jupyter/lab/user-settings/@jupyterlab/apputils-extension/ && \
echo '{ "theme":"Sandbox" }' > themes.jupyterlab-settings echo '{ "theme":"Sandbox" }' > themes.jupyterlab-settings