I am working under a university's HPC system, which has only singularity installed and without docker. I want to run an already singularity-pulled docker image (julia_adfem_v1.sif). The original command for the docker environment is docker run -ti kailaix/adcme . What's it for singularity?
I have tried something like singularity exec ./julia_adfem_v1.sif kailaix/adcme but not sucessful.