| Version 7 (modified by , 7 hours ago) ( diff ) |
|---|
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)
- Install Windows Subsystem for Linux, version 2 (WSL 2). See Install WSL.
- Install Singularity. See SingularityCE Documentation.
- As an alternative to SingularityCE, on your local machine (Linux or WSL 2) you could install Apptainer.
- Apptainer will build .sif files compatible with Singularity. See SIF Image Compatibility.
- See Apptainer Documentation .
- 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.
