https://github.com/gitpod-io/template-singularity
https://github.com/gitpod-io/template-singularity
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitpod-io/template-singularity
- Owner: gitpod-io
- Created: 2022-10-27T17:43:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T18:06:01.000Z (over 3 years ago)
- Last Synced: 2025-12-25T16:08:26.970Z (6 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Singularity template
The [Singularity](https://github.com/sylabs/singularity) template, configured for [Gitpod](https://www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.
## Next Steps
Click the button below to start a new development environment:
[](https://gitpod.io/#https://github.com/gitpod-io/template-singularity)
## Limitations
For the `shell` subcommand, `--sif-fuse` option should be used.
For example:
```bash
singularity shell --sif-fuse docker://python:3.8.9-slim
```
Certain features might not work.