Skip to content

Instantly share code, notes, and snippets.

@davidbradway
Created December 19, 2017 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidbradway/4271222f414fc7003eb40b9e96ee94dd to your computer and use it in GitHub Desktop.
Save davidbradway/4271222f414fc7003eb40b9e96ee94dd to your computer and use it in GitHub Desktop.
install and set up singularity on an Ubuntu machine (needs root access)
sudo apt-get update
sudo apt-get install -y python dh-autoreconf build-essential
sudo apt-get install -y automake autoconf libtool
git clone https://github.com/singularityware/singularity.git
cd singularity
./autogen.sh
./configure --prefix=/usr/local
make
sudo make install
singularity run shub://vsoch/singularity-images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment