wiki:cypress/SingularityRecipes

Version 7 (modified by Carl Baribault, 7 hours ago) ( diff )

Added command to pull from Sylabs cloud

Build Singularity Containers from Recipes

Because you do not have administrative privileges, you cannot build a Singularity container from a Singularity recipe file on Cypress.

Build Remotely on the Cloud

  • You can build a Singularity container from a recipe on Sylabs Cloud.
  • On Cypress, use the provided singularity pull… command to construct the image file from the cloud such as the following.
[tulaneID@cypress01-009 ~]$singularity pull --arch amd64 library://sylabsID/mycollection/myImage:myTag

Build on Your Local Machine

  • You could build a Linux machine and install Singularity.
  • On Windows 11 or Windows 10 version 2004 and higher (Build 19041 and higher)
  • As an alternative to SingularityCE, on your local machine (Linux or WSL 2) you could install Apptainer.
  • Then upload the resulting .sif file to Cypress from your local machine using scp. (See scp command.)
Note: See TracWiki for help on using the wiki.