Entering edit mode
4.3 years ago
Sara
▴
260
I have some script in a folder and trying to make a singularity
image (container) for them using the following command:
sudo singularity build production.sif /home/Desktop/test/
and here in the output on shell:
[sudo] password for john:
Building image from sandbox: /home/Desktop/test/
Building Singularity image...
Singularity container built: production.sif
Cleaning up...
and this makes the image which is .sif
file. but when I tried to run it using this command:
sudo singularity run production.sif
I will get this error:
ERROR : Failed to set loop flags on loop device: Resource temporarily unavailable
ABORT : Retval = 255
do you know how to fix it?
What version of singularity are you running?
How is this related to bioinformatics?