echo python --version
wget https://github.com/hpcng/singularity/releases/download/2.5.2/singularity-2.5.2.tar.gz
tar xvf singularity-2.5.2.tar.gz
cd singularity-2.5.2
./configure --prefix=/usr/local
make
make install