Skip to content
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

deeptools image requires root user #44

Open
johnbradley opened this issue Feb 12, 2018 · 1 comment
Open

deeptools image requires root user #44

johnbradley opened this issue Feb 12, 2018 · 1 comment

Comments

@johnbradley
Copy link
Contributor

I think this limitation is due to the base image: continuumio/miniconda
How to reproduce:

$ docker run --user nobody dukegcb/deeptools:2.2.4 multiBamSummary -h
...
IOError: [Errno 13] Permission denied: '/opt/conda/lib/python2.7/site-packages/
    deepTools-2.2.4-py2.7.egg-info/PKG-INFO'
johnbradley added a commit that referenced this issue Feb 12, 2018
Created issue #44 to deal with fixing deeptools
@dleehr
Copy link
Member

dleehr commented Feb 12, 2018

Yeah the qiime2 image had that same problem for the same reason. I think if the conda install runs as a non root user it worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants