Issue with Singularity Installation
KyleeCJ opened this issue · 1 comments
Dear maintainer,
I am trying to use the connectome mapper 3 on a cluster, and I tried to pull the image using the command on the CMP website:
singularity pull library://connectomicslab/default/connectomemapper-bidsapp:latest
But got the following error:
FATAL: While pulling library image: error fetching image: image does not exist in the library: connectomicslab/default/connectomemapper-bidsapp:latest (amd64)
Therefore, I went to the sylabs website https://cloud.sylabs.io/library/connectomicslab/default/connectomemapper-bidsapp and found that command:
singularity pull --arch amd64 library://connectomicslab/default/connectomemapper-bidsapp:v3.0.3
This time it actually pull the image but also output the warnings:
WARNING: integrity: signature not found for object group 1
WARNING: Skipping container verification
and I tried to use the singularity instance list command to check but there's nothing listed.
The singularity version on the cluster is singularity version 3.8.5-2.el7
I am wondering if you could help me check if there's anything wrong with my installation or if there's other command that I can use?
Thank you very much!
The link singularity pull --arch amd64 library://connectomicslab/default/connectomemapper-bidsapp:v3.0.3 is actually working