-
Notifications
You must be signed in to change notification settings - Fork 97
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
Allow miniconda to run as non-root user #536
Comments
thanks @kimsin98 - this limitation is not intended. could you please give an example of a neurodocker command line where this fails? |
This would build fine.
But after 0.8.0
docker build runs into a permission error because it is not running as root
|
This issue is stale because it has been open for 30 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, due to the apt/yum dependency check,
--miniconda
has to run as root. This can lead to some surprises and inconveniences like #506 (comment) becauseconda init
only runs as root.If this limitation is not intended, a possible fix is temporarily switching to root for the dependency check.
The text was updated successfully, but these errors were encountered: