Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

containers

  • Clone with SSH
  • Clone with HTTPS
  • Frits Sweijen's avatar
    Frits Sweijen authored
    c2fb3ead
    History

    Singularity

    HBA

    Singularity.lofar_hba_sksp_base - part 1 of the recipe for SKSP focussed images, slow moving dependencies, by Frits Sweijen.

    Singularity.lofar_hba_sksp - part 2 of the recipe for SKSP focussed images, faster moving software, by Frits Sweijen.

    To build a working container, first build the base container by running

    sudo singularity build lofar_hba_sksp_base.sif Singularity.lofar_hba_sksp_base

    Then build the main container by first pointing the second recipe towards the base container using

    Bootstrap: localimage
    From: lofar_hba_sksp_base.sif

    followed by

    sudo singularity build lofar_hba_sksp.sif Singularity.lofar_hba_sksp