All Projects → mkandes → naked-singularity

mkandes / naked-singularity

Licence: other
A repository of definition files for bootstrapping Singularity containers around the software applications, frameworks, and libraries you need to run on high-performance computing systems.

Programming Languages

Singularity
16 projects
shell
77523 projects
Dockerfile
14818 projects

naked-singularity

A repository of definition files for building Singularity containers around the software applications, frameworks, and libraries you need to run on high-performance computing systems.

Install Singularity

Install Singularity on your Linux desktop, laptop, or virtual machine.

sudo ./naked-singularity.sh install

Build a Singularity container from a definition file

Build a Singularity container from one of the definition files available in this repository.

sudo singularity build ubuntu-18.04.sif definition-files/ubuntu/Singularity.ubuntu-18.04

Download an existing Singularity container

A number of Singularity containers built from definition files in this repository are now registered and distributed via the GitHub Container Registry (GHCR).

singularity pull oras://ghcr.io/mkandes/naked-singularity:ubuntu-20.04

You can find a complete list of the Singularity containers available on the GHCR here. Each tag listed in this GitHub package corresponds to an individual Singularity container built from its matching naked-singularity (Singularity.tag) definition file. Note, however, since these containers are still built manually and then pushed manually to the GHCR, you should not assume a container available from the GHCR was built using the latest version of its definition file available in the naked-singularity repository.

Additional Information

Singularity Hub was archived. Some naked-singularity definition files that you find in this repository may still depend on bootstrapping from containers that were built and hosted on Singularity Hub prior to it being archived. These definition files should continue to be able to pull in these container dependencies from the Singularity Hub Archive and build successfully. However, it is unknown how long the Singularity Hub Archive will be available to support these legacy naked-singularity definition files.

Status

A work in progress.

Contribute

If you would like to contribute one of your own Singularity container definition files for a specific application OR request a modification to an existing container definition, then please submit a pull request.

Author

Marty Kandes, Ph.D.
Computational & Data Science Research Specialist
High-Performance Computing User Services Group
San Diego Supercomputer Center
University of California, San Diego

Version

2.9.5

Last Updated

Wednesday, June 29th, 2022

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].