Changes between Version 6 and Version 7 of cypress/SingularityRecipes
- Timestamp:
- 01/19/26 22:42:19 (7 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SingularityRecipes
v6 v7 3 3 == Build Remotely on the Cloud == 4 4 * You can build a Singularity container from a recipe on [https://cloud.sylabs.io/builder Sylabs Cloud]. 5 * Then download the resulting .sif file to Cypress from the cloud with the bash command '''wget'''. (See '''man wget'''.) 5 * On Cypress, use the provided '''singularity pull...''' command to construct the image file from the cloud such as the following. 6 7 {{{ 8 [tulaneID@cypress01-009 ~]$singularity pull --arch amd64 library://sylabsID/mycollection/myImage:myTag 9 }}} 10 6 11 == Build on Your Local Machine == 7 12 * You could build a Linux machine and install Singularity.
