Open ajdneuro12 opened 2 years ago
Hi, How do you access the docker image?
in my case previous singularity build, permission of the file is incorrect
total 357755
-rw------- 1 root root 366340534 Apr 12 14:28 checkpoint_dynUnet_DiceXent.pt
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.
RUN chmod -R 777 /app
It would be fantastic to have that update available on DockerHub.
Much appreciated, Clemente
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: https://hub.docker.com/r/arfentul/niftymic.sing
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!