Don't carry over host's env variables to singularity container
Singularity carries over host's environment variables by default. This is rather unexpected as docker expectedly does not carry over host's env variables. Thankfully singularity provides an option --cleanenv
to not carry over host's env variables.