Questions tagged [singularity]
The singularity tag has no summary.
6 questions
3
votes
1
answer
867
views
how to pass environment variables to singularity exec
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> -...
0
votes
0
answers
92
views
How to make /.singularity.d/libs/libfakeroot.so visible to fakeroot also visible to normal user?
I am building a Singularity container using Apptainer. I installed package libfakeroot using command apt install -y libfakeroot in the definition file in hope that /.singularity.d/libs/libfakeroot.so ...
0
votes
1
answer
616
views
Singularity on RHEL-8: failed to connect to dbus
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....
0
votes
0
answers
50
views
Singularity sandbox on NAS
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 ...
0
votes
1
answer
391
views
Singularity build failure due to groupadd for openssh-client installation
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 ...
3
votes
0
answers
125
views
How to grant group access to a singularity instance
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 ...