From 87b71ca142c6c4985b77e1d5a5431ad5a273f493 Mon Sep 17 00:00:00 2001 From: Mohammad Wasil Date: Wed, 12 Jun 2024 17:52:15 +0200 Subject: [PATCH] change shared data to userdata --- docs/jupyterhub.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/jupyterhub.md b/docs/jupyterhub.md index 8b3c2ee..84e4151 100644 --- a/docs/jupyterhub.md +++ b/docs/jupyterhub.md @@ -30,8 +30,8 @@ Note that if you have access to shared GPUs, other users may have been using the # Home directory /home/jovyan -# Shared directory -/home/jovyan/scratch +# Userdata directory with a bigger storage for datasets and logs +/home/jovyan/userdata/{username} ``` ## Resource usage monitoring