-
Notifications
You must be signed in to change notification settings - Fork 32
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
Container permission denied #20
Comments
Hi, How do you access the docker image? |
in my case previous singularity build, permission of the file is incorrect
should be 644 at least not 600 regards Eric |
Hi Michael, Apologies, I'm having trouble re-building the docker image. I believe adding a chmod to the Dockerfile will fix this issue. It would be fantastic to have that update available on DockerHub. Much appreciated, |
I figured out my issue with re-building the docker! I pushed a copy of the container to DockerHub with the permissions adjusted and it's working as a Singularity container: |
Hello,
Thanks for this great tool. I am running into a permissions issue using as a Singularity container using the latest pull:
PermissionError: [Errno 13] Permission denied: '/app/NiftyMIC/MONAIfbs/monaifbs/models/checkpoint_dynUnet_DiceXent.pt'
Thanks for any ideas!
The text was updated successfully, but these errors were encountered: