singularity icon indicating copy to clipboard operation
singularity copied to clipboard

Singularity has been renamed to Apptainer as part of us moving the project to the Linux Foundation. This repo has been persisted as a snapshot right before the changes.

Results 103 singularity issues
Sort by recently updated
recently updated
newest added

### Version of Singularity: ``` singularity version 3.8.3 ``` ### Expected behavior configure singularity-3.8.3.tar.gz by `./mconfig` , configuration runs without problem. ### Actual behavior `./mconfig` outputs `E: Not inside a...

NeedsInvestigation

### Version of Singularity: What version of Singularity are you using? Run: ``` $ singularity --version singularity version 3.8.3+222-g2f16701e3 ``` ### Expected behavior ``` root@xxx:~# singularity shell --pem-path=rsa_pri.pem test_enc.sif Singularity>...

NeedsInvestigation

### Version of Singularity: `3.7.3-1.el7` ### Expected behavior Running singularity with a limited range of `subuid`/`subgid` for `fakeroot`. We would like to enable `fakeroot` for our users. But we would...

FeatureRequest

I recently built a Singularity container for a Python package named mujoco-py with GPU-enabled rendering ([see here](https://github.com/openai/mujoco-py/issues/523#issuecomment-811407608)). The problem is when this package is imported in Python, it needs to...

Question

### Version of Singularity: ``` 3.7.2-3.el7 ``` ### Problem Setup I am attempting to run a singularity container with a large number of MPI processes (56 per node) on the...

NeedsInvestigation

### Version of Singularity: What version of Singularity are you using? Run: ``` $ singularity --version singularity-ce version 3.8.0-rc.1+145-gc85a93c ``` ### Expected behavior What did you expect to see when...

NeedsInvestigation

### Version of Singularity: 3.7.2 3.8.0 ### Expected behavior I expect to unpack the CentOS 8 container pulled from the SyLabs library and start a shell using `singularity shell library://centos:8`....

NeedsInvestigation

there are numerous unhandled error returns throughout the entire code-base. update those code points to either (1) return/report an error, or (2) syntactically eat them with "_ = func()" instead...

Enhancement

### Version of Singularity What version of Singularity are you using? 3.8.3 ### Describe the bug When using the --fusemount option, if the fuse command includes the allow_other flag, it...

Enhancement

### Issue Containers run normally for users whose home is /home/USERNAME but not things like /home/DOMAIN/USERNAME Both directory locations are NFS mounts and are working. ### Version of Singularity: ```...

NeedsInvestigation