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
Jupyter runs as jovyan:users (1000:100) -- however many containers run as root (1:1) and this causes problems for file permissions on shared volumes. docker cp has poor support for this, so a host system level chown may be required.
One interesting model is how Jupyter addresses this in the base notebook.
Jupyter runs as jovyan:users (1000:100) -- however many containers run as root (1:1) and this causes problems for file permissions on shared volumes. docker cp has poor support for this, so a host system level chown may be required.
One interesting model is how Jupyter addresses this in the base notebook.
A related approach was taken in we1s-collector:
The text was updated successfully, but these errors were encountered: