Skip to main content

Questions tagged [singularity]

3 votes
1 answer
1k views

I have a BASH pipeline which at a point runs a Singularity container with singularity exec as follows: singularity exec --bind `pwd`:/folder --bind $d:/results <image>.sif <tool_command> -...
Matteo's user avatar
  • 387
0 votes
1 answer
672 views

I am using Singularity on RHEL-8. I just upgraded to cgroupsv2 so that I could throttle resource usage. I also delegate CPU controller permissions in my /etc/systemd/system/[email protected]/override....
cag51's user avatar
  • 101
0 votes
0 answers
58 views

We have several machines that we want to run the same Singularity container on. As we already have a NAS mounted by every machine, we thought this would be a good place to store it without the need to ...
Simon T.'s user avatar
0 votes
1 answer
403 views

In Singularity when building under fake-root anything Ubuntu based with in %post either apt update -y or apt install -y openssh-client or their apt-get versions or with -f in the definition file fails ...
Matteo Ferla's user avatar
3 votes
0 answers
138 views

I constructed a singularity/apptainer sif container and I can now start an instance of this container. Is there a way to grant other users (in a group) the right to run the instance ? In short, How ...
TMat's user avatar
  • 131