Hoffman2:Singularity: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
Line 5: Line 5:


===How to use Singularity===
===How to use Singularity===
====Interactive mode ====
In a CentOs 7 Node, load Singularity module as
In a CentOs 7 Node, load Singularity module as


  module load singularity
  module load singularity
singularity shell --userns $H2_CONTAINER_LOC/tensorflow-2.4.1-gpu-jupyter.sif

Revision as of 22:28, 12 August 2021

Singularity

Singularity is a type of container technology. It is provided in Hoffman2 currently.

How to use Singularity

Interactive mode

In a CentOs 7 Node, load Singularity module as

module load singularity
singularity shell --userns $H2_CONTAINER_LOC/tensorflow-2.4.1-gpu-jupyter.sif