No root on pod. Cannot write to workspace.
I've tried launching a new pod, but same error. It was working perfectly fine yesterday, so I'm not sure what's happening or if I should make a support ticket for this.
I've tried
I realized it after trying to use my gdown script and getting a permissions error
Thank you in advance for any advice.
PodID: 0e4vzkyp28xt156 Replies
/workspace is technically not your directory to edit unfortunately (it belongs to the host) but you should still have the ability to write to it so long as it's mounted?
Does your started pod look like this with a Volume explicitly named?

Yes, it's explicitly listed as /workspace in my dashboard

There should also still be files in /workspace/ from the other day, but when I
ls workspace, it returns empty, so potentially I can't even read it? Though, I assumed the files were just deleted (which is a nonissue if so).Try https://henk.tech/ccnperunpod as the template
Mine also installs mamba (and packages you can specify yourself) and should use root to avoid this kinda stuff
mambauser isnt a good default but common
It turned out to be a mambauser permissions problem as you said.
I'm not sure why all the sudden it stopped wokring but I think it was due to me trying a no-cache build when there was a mirror sync on nvidia's servers. I revised my dockerfile to set the correct permissions and it's fine now. Thanks.