Revision 7 as of 2021-06-03 08:13:26

Clear message

Singularity Builder VM

Singularity Builder VM is an easy-to-install virtual machine running a mininmal Debian Linux installation prepared with Sylabs Singularity, allowing to build Singularity images as root user in a sandbox environment. The Builder VM is preconfigured to exchange data between some host and guest file systems. The Builder VM in its current concept may only be used on (managed) Linux computers.

Installation

You can use any ISG.EE managed computer to perform the following steps:

  1. Open a Linux terminal
  2. Enter sgbuilder. This will show you an overview/ help on how to install and start the Singularity Builder VM.

  3. Create a new VM copy of the Singularity Builder VM in any directory you like, e.g. /scratch/<Your_Username>/<vm1>:

    sgbuilder install default /scratch/Your_Username/vm1
    Please note you should install your VM somewhere in /scratch and not in your user home directory for performance reasons.
  4. Once the VM has been installed, you can start it up as many times as you want using:

    sgbuilder start /scratch/Your_Username/vm1
  5. To shut down the VM in a clean manner, enter "shutdown now" at the shell.

Usage

  1. Startup the Builder VM as described in the Installation section above.
  2. /mnt/vmscratch will be the current working directory right after VM startup. This is a 30 GB virtual disk within the VM that can be used to save newly generated Singularity images or a Singularity image sandbox.

  3. /mnt/vmscratch/home is your ITET user home. This can be used to import or export data (e.g. generated SIF images) from the VM to your regular user home directory and vice versa.

  4. /mnt/vmscratch/scratch is the /scratch directory of the Linux (host system) computer where you started up the VM using sgbuilder start. This can be used to import or export data from the VM to your computer's /scratch directory and vice versa.

  5. When using Singularity, always ensure the output path (e.g the sandbox directory or Singularity image output location) is somewhere below /mnt/vmscratch. DO NOT ATTEMPT to save Singularity sandbox data or images directly to /mnt/vmscratch/home or /mnt/vmscratch/scratch or any other directory above /mnt/vmscratch (like the root user's home). Saving Singularity output data directly to the scratch or home won't work, as you cannot store any files there using other user id's or group id's than your own id's. Storing data above /mnt/vmscratch won't work because that would be in the operating file system disk which has - intentionally - almost no diskspace left.