VisionSystemsInc / terra

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

default compose_service_name #86

Closed drewgilliam closed 3 years ago

drewgilliam commented 3 years ago

Define the default container service compose_service_name as ${TERRA_APP_PREFIXES[0]}_COMPOSE_SERVICE_RUNNER (as long as that environment variable exists). This additionally adds the _env_array function to the base service, allowing services to more easily recover python compatible arrays from bash arrays encoded with array_to_python_ast_list_of_strings.