singularity-compose
singularity-compose copied to clipboard
orchestration for singularity containers (under development)
Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
`pip install`ing this package fails when using `python3.12`: ``` $ python3.12 -m pip install singularity-compose Defaulting to user installation because normal site-packages is not writeable Collecting singularity-compose Downloading singularity-compose-0.1.18.tar.gz (32...
https://github.com/singularityhub/singularity-compose/blob/e301c950c177ca6201769cce8d85243ce9158879/docs/README.md?plain=1#L30 In the docs, the link to the example is no longer valid
I installed `singularity-compose` using `pip install --user -U singularity-compose`. When running `singularity-compose check`, I get: ``` $ singularity-compose check Traceback (most recent call last): File "/home/guest/sischr001/.local/bin/singularity-compose", line 8, in sys.exit(start())...
it was not clear pip install with the checks variant was needed for check - This will close #63 I am also using the opportunity to add better linting. Signed-off-by:...
Hello, I'm having trouble with IP lease. Here are the relevant configuration files: `whoami` ``` root ``` `cat /etc/issue` ``` Ubuntu 22.04.1 LTS \n \l ``` `$> singularity-compose -v` ```...
This change is based on #61 and add network.type support to use custom --network option It lacks of proper testing coverage and doc updates
This will close #60 @scicco you can follow the example here: https://github.com/singularityhub/singularity-compose-examples/tree/master/v2.0/custom-network I think part of the trouble was the entrypoint had an envar, evaluated from the host is not...
something that it would be nice for us to start thinking before writing any code... another thing I would love to have on singularity-compose is to be able to create...
I'm trying to run systemd containers (yuck I know). They need to be started with the --boot option, which needs sudo. Singularity compose doesn't seem to support this option, so...