path fix
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
b035ba71f4
commit
f2d8a619cd
|
@ -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
|
Loading…
Reference in New Issue