This commit is contained in:
Artur Kamalov 2025-09-01 13:31:33 +02:00
parent 89a28cccae
commit b487ab06fb
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jupyterhub:
python /tmp/download_models.py
# populate workspace with initial files
if [ ! -f /home/joyvan/welcome.ipynb ]; then
if [ ! -f /home/jovyan/welcome.ipynb ]; then
cp /tmp/welcome.ipynb /home/jovyan/welcome.ipynb
fi
volumeMounts:

View File

@ -28,7 +28,7 @@ jupyterhub:
python /tmp/download_models.py
if [ ! -f /home/joyvan/welcome.ipynb ]; then
if [ ! -f /home/jovyan/welcome.ipynb ]; then
cp /tmp/welcome.ipynb /home/jovyan/welcome.ipynb
fi
volumeMounts: