Changes between Version 6 and Version 7 of cypress/SingularityRecipes


Ignore:
Timestamp:
01/19/26 22:42:19 (7 hours ago)
Author:
Carl Baribault
Comment:

Added command to pull from Sylabs cloud

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SingularityRecipes

    v6 v7  
    33== Build Remotely on the Cloud ==
    44* 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
    611== Build on Your Local Machine ==
    712* You could build a Linux machine and install Singularity.