UID/GID for singularity

I am trying to install Alphafold 3 on cluster, getting the following error:
$ docker run -d -p 5000:5000 --restart=always --name registry registry:2

Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.

ERRO[0000] running `/usr/bin/newuidmap 2274970 0 643019 1 1 1803936 65536`: newuidmap: write to uid_map failed: Operation not permitted

Error: cannot set up namespace using "/usr/bin/newuidmap": should have setuid or have filecaps setuid: exit status 1
  1. Try to pull alphafold3.sif if using module apptrainer or singularity.
  2. `singularity run --bind <path/to/alphafold.sif>

Hi Sasmita,
Thank you for posting your question and answer.!
It looks like you found a solution to the error you posted previously. To make your posts useful for community, please provide more information about the steps you performed. For example, in your above answer, it is not clear, where someone would need to pull the alphafold3.sif file from. It also helps if you provide more comments/notes - you should not expect that everyone has system administrator - level knowledge.
Thank you!