You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the base Docker image, the conda and huggingface directories are owned by root, as shown in the screenshot above. This ownership restriction prevents the user jovyan from modifying these folders, which causes tools that rely on these directories to malfunction.
Impact
Since these folders are part of the base image, this issue consistently affects all instances created from it.
Proposed Solution
To resolve this, consider either removing these directories or updating their permissions within the base Docker image to allow jovyan the necessary access.