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
groups: cannot find name for group ID 1000
jovyan@jupyter-{user}:~$ ls
lost+found
jovyan@jupyter-{user}:/$ groups
users groups: cannot find name for group ID 1000
1000
Likely just needs to be defined in your docker's /etc/group
The text was updated successfully, but these errors were encountered:
Let's see if we can get this fixed in the base image that the whole stack of jupyter(hub) docker images is based on. I think jovyan should be in the group 100 not 1000 anyway.
When launching a
Terminal
from the Notebook interfacehttps://notebooks.openhumans.org/user/{user}/terminals/1
Likely just needs to be defined in your docker's
/etc/group
The text was updated successfully, but these errors were encountered: