# singularity **Repository Path**: all_create_code/singularity ## Basic Information - **Project Name**: singularity - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-03 - **Last Updated**: 2024-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Singularity [![CI](https://github.com/hpcng/singularity/actions/workflows/ci.yml/badge.svg)](https://github.com/hpcng/singularity/actions/workflows/ci.yml) - [Guidelines for Contributing](CONTRIBUTING.md) - [Pull Request Template](.github/PULL_REQUEST_TEMPLATE.md) - [Project License](LICENSE.md) - [Documentation](https://www.sylabs.io/docs/) - [Citation](#citing-singularity) Singularity is an open source container platform designed to be simple, fast, and secure. Singularity is optimized for compute focused enterprise and HPC workloads, allowing untrusted users to run untrusted containers in a trusted way. Check out [talks about Singularity](https://www.sylabs.io/videos) and some [use cases of Singularity](https://sylabs.io/case-studies) on our website. ## Getting Started with Singularity To install Singularity from source, see the [installation instructions](INSTALL.md). For other installation options, see [our guide](https://www.sylabs.io/guides/latest/admin-guide/). System administrators can learn how to configure Singularity, and get an overview of its architecture and security features in the [administrator guide](https://www.sylabs.io/guides/latest/admin-guide/). For users, see the [user guide](https://www.sylabs.io/guides/latest/user-guide/) for details on how to use and build Singularity containers. ## Contributing to Singularity Community contributions are always greatly appreciated. To start developing Singularity, check out the [guidelines for contributing](CONTRIBUTING.md). We also welcome contributions to our [user guide](https://github.com/hpcng/singularity-userdocs) and [admin guide](https://github.com/hpcng/singularity-admindocs). ## Support To get help with Singularity, check out the [Community Portal](https://www.sylabs.io/singularity/community/). For additional support, [contact us](https://www.sylabs.io/contact/) to receive more information. ## Citing Singularity ``` Kurtzer GM, Sochat V, Bauer MW (2017) Singularity: Scientific containers for mobility of compute. PLoS ONE 12(5): e0177459. https://doi.org/10.1371/journal.pone.0177459 ``` We also have a Zenodo citation: ``` Kurtzer, Gregory M. et. al. Singularity - Linux application and environment containers for science. 10.5281/zenodo.1310023 ``` https://doi.org/10.5281/zenodo.1310023 This is an 'all versions' DOI. Follow the link to Zenodo to obtain a DOI specific to a particular version of Singularity. ## License _Unless otherwise noted, this project is licensed under a 3-clause BSD license found in the [license file](LICENSE.md)._