Skip to content

Instantly share code, notes, and snippets.

@Humboldt-Penguin
Created June 12, 2023 21:58
Show Gist options
  • Save Humboldt-Penguin/c9323b7fdfe571f7c84aa7cd6f363ada to your computer and use it in GitHub Desktop.
Save Humboldt-Penguin/c9323b7fdfe571f7c84aa7cd6f363ada to your computer and use it in GitHub Desktop.

Zain Kamal ([email protected]) 2023/06/12

Goal: Install Singularity on eos-daq.

Singularity documentation provides options to build from source or install from a .deb package. This is for the latter.

Run:

# navigate to desired directory
# get latest release from https://github.com/sylabs/singularity/releases for 20.04
wget https://github.com/sylabs/singularity/releases/download/v3.11.3/singularity-ce_3.11.3-focal_amd64.deb
# install
sudo apt-get install ./singularity-ce_3.11.3-focal_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment