VisionSystemsInc / terra

Terra - Run your algorithm anywhere on earth
MIT License
0 stars 3 forks source link

singularity TERRA_SETTINGS_FILE #142

Closed drewgilliam closed 2 years ago

drewgilliam commented 2 years ago

inject TERRA_SETTINGS_FILE into singularity environment using SINGULARITYENV_* https://docs.sylabs.io/guides/3.7/user-guide/environment_and_metadata.html#environment-overview

We favor the SINGULARITYENV_ method for compatibility with just singular-compose which currently requires the argument after run to be the service name.

Follow up to PR #134