Building Images
This page is designed to give a brief introduction to how to build a singularity image through the various methods available.
Last updated
Was this helpful?
This page is designed to give a brief introduction to how to build a singularity image through the various methods available.
Last updated
Was this helpful?
For more information regarding building a singularity container, the documentation is excellent and we recommend becoming familiar with it.
You can use the build
command to download a container from Singularity Hub.
The first argument (<finalImageName>.simg
) specifies a path and name for your container. The second argument (shub://<singularityHubURL>
) gives the Singularity Hub URI from which to download.
If you already have a desired docker container that you would like to build as a singularity image for use on OSCAR, you can build directly from dockerHub using the build command:
This will pull the docker image from DockerHub and build it as a singularity image locally.