rem cmd
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
maltegrosse 2023-01-23 15:35:43 +01:00
parent 0fde6d347f
commit ac1c187b70
1 changed files with 0 additions and 2 deletions

View File

@ -2,5 +2,3 @@ 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 ~/.jupyter/lab/user-settings/@jupyterlab/apputils-extension && \
echo '{ "theme":"Sandbox" }' > themes.jupyterlab-settings