Skip to content

test repo to run EasyBuild inside a singularity container

Notifications You must be signed in to change notification settings

pescobar/singularity-easybuild

Repository files navigation

Running EasyBuild inside a singularity container

As root:

Build the image

$> singularity build centos-7-easybuild-3.5.1 centos-7-easybuild-3.5.1.bootstrap

As regular user:

Once build is done open run the container as standard user (non root)

$> singularity shell --shell /bin/bash centos-7-easybuild-3.5.1

If you want write permissions in the container:

$> chown yourusername centos-7-easybuild-3.5.1
$> singularity shell --shell /bin/bash -w centos-7-easybuild-3.5.1

Once inside the container

$> source /etc/profile.d/z00_lmod.sh
$> eb --help

About

test repo to run EasyBuild inside a singularity container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •