singularityhub / singularityhub.github.io

Container tools for scientific computing! Docs at https://singularityhub.github.io/singularityhub-docs
https://singularityhub.github.io
68 stars 9 forks source link

Cannot exec container from shub 403 Forbidden #235

Closed radiantone closed 3 years ago

radiantone commented 3 years ago

[xxxx@xxxxx ~]$ singularity exec --containall shub://radiantone/gsas2container:gsas2 /work/miniconda/bin/python gsas_example.py FATAL: Unable to handle shub://radiantone/gsas2container:gsas2 uri: failed to get manifest for: shub://radiantone/gsas2container:gsas2: 403 Forbidden

Links

Version of Singularity

3.7.1-1.el7

Behavior when Building Locally

Container builds fine

Error on Singularity Hub

Builds fine

What do you think is going on?

Rate limiter?

vsoch commented 3 years ago

Yes 403 means the container or collection reached its weekly pull limit. When it resets you should pull the container once and use the binary to avoid that.