I have a GPU pod created with API (Python SDK) with argument volume_mount_path="/workspace", the pod created and run. But when I login to the pod use ssh try to do
cd /workspace
cd /workspace
I got
bash: cd: /workspace: No such file or directory
bash: cd: /workspace: No such file or directory
. Any idea why?
I remember the mounting works until last night a moment sunddely I lost the mount volume now I recreated the pod and never get my network volume mounted anymore