This is a test version of Biostars. For the public version, visit https://www.biostars.org.
building container in singularity

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?

software error

What version of singularity are you running?

How is this related to bioinformatics?

0 answers

No answers yet.

Log in to answer this question.