-
## Expected Behavior
Dockerfile (based on an existing one from biocontainers):
```
# Base image
FROM ubuntu:16.04
# add apt mirror
RUN mv /etc/apt/sources.list /etc/apt/sources.list.bkp &&…
-
Hi,
This issue is not a bug, but a feature request.
Some registries like quay.io allows users to scan images for vulnerabities. You can have an example [here](https://quay.io/repository/quay/red…
-
For large, mutli-tenant environments, deploying CLI tools via and RPM is more maintainable than a global `pip install` across multiple nodes. This is also how singularity itself is distributed. So, ge…
-
Hey @vsoch,
I looked into this a bit myself, but wasn't able to find out if what I'm looking for is possible: basically, for the `Client.pull` method (https://github.com/singularityhub/singularity-…
-
Not exactly an issue for this repo, but here it is. Closest I've gotten is to try to use the host singularity, owned by root:
```
singularity run --contain -B /tmp/shubtmp:/tmp -B /usr/local:/hos…
-
Maybe this is something for Singularity Hub, but I'd love to see something like
```
singularity list shub://path/to/singularity/hub/image
```
and then get a list of available versions maybe?
…
-
see https://github.com/singularityhub/singularityhub.github.io/issues/139#issuecomment-406382171
The release of singularity python should coincide with Singularity, but the release cycle is a bit b…
vsoch updated
6 years ago
-
I have a private collection with a singularity image I'd like to run with:
`singularity run -e -B INPUTS/:/INPUTS -B OUTPUTS/:/OUTPUTS shub://vuiiscci/Multi_Atlas_app`
However, since it's privat…
-
Is it possible to specify the uri? Basically related to this https://github.com/singularityhub/singularityhub.github.io/issues/15, I want to have a single git repository of recipes, but in my case the…
-
hi, for test I run:
`spython shell`
output:
```
Traceback (most recent call last):
File "/usr/local/bin/spython", line 11, in
sys.exit(main())
File "/usr/local/lib/python3.7/site-p…