-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support configuring the user environment #297
Comments
Selecting a different user is currently creating problems, see aiidalab/aiidalab-docker-stack#297 .
Selecting a different user is currently creating problems, see aiidalab/aiidalab-docker-stack#297 .
Selecting a different user is currently creating problems, see aiidalab/aiidalab-docker-stack#297 .
Selecting a different user is currently creating problems, see aiidalab/aiidalab-docker-stack#297 .
Selecting a different user is currently creating problems, see aiidalab/aiidalab-docker-stack#297 .
* Switch to 'aiidalab/full-stack:latest' as default image. * Switch to jovyan as the default user. Selecting a different user is currently creating problems, see aiidalab/aiidalab-docker-stack#297 . * Fix debug message w.r.t. the ~/.conda directory. * Skip check if wait-for-services script is not present. Script is not provided on the full-stack image. * Test against the old and the revised image. Allow test parametrization w.r.t. the default image. * CI: Increase test timeout.
Just noting my observation that might be relevant to this: Trying to run the full-stack image under root currently fails with:
|
I think the problem is the |
@danielhollas thanks! that's very helpful. But there is still no proper way to do it without hacking the |
Yeah, I don't think there is right now. I am okay with that since I am building my own Docker image anyway. |
With the adoption of the jupyter/minimal-notebook as the base image for this stack, the user name can be controlled via the
NB_USER
environment variable in combination with running the container as root user.However, this function is currently not supported in the current
edge
version, likely because of this documented bug that was apparently fixed in more recent versions of the Jupyter stack. We are currently forced to depend on older version due to dependency conflicts.The text was updated successfully, but these errors were encountered: