moved cache mount from .cache to /home/lab/.cache

This commit is contained in:
stellarshenson
2025-07-18 00:48:40 +02:00
parent 33f786204a
commit 54db628fe6

View File

@@ -76,8 +76,7 @@ c.DockerSpawner.name_template = "jupyterlab-{username}"
c.DockerSpawner.volumes = {
"jupyterlab-{username}_home": "/home",
"jupyterlab-{username}_workspace": DOCKER_NOTEBOOK_DIR,
"jupyterlab-{username}_cache": "/mnt/cache",
"jupyterlab-{username}_certs": "/mnt/certs",
"jupyterlab-{username}_cache": "/home/lab/.cache",
"jupyterlab-{username}_mlflow": "/mnt/mlflow",
"jupyterlab_shared": "/mnt/shared"
}