singularity-stack requires:
- Python >= 3.6
- pyyaml
- python-daemon
If you already have these on your target system, great! Simply clone this repository and invoke the singularity-stack.py script directly. Otherwise, the release tarballs include a self-contained package generated by PyInstaller. After downloading the tarball, unpack it and alias singularity-stack in your shell:
tar xzf singularity-stack-0.1.tar.gz
alias singularity-stack=`readlink -f singularity-stack-0.1/singularity-stack-0.1`