flatironinstitute / dendro-old

Analyze neuroscience data in the cloud
https://flatironinstitute.github.io/dendro-docs/
Apache License 2.0
19 stars 2 forks source link

add comments and handle default app_executable and app_image #5

Closed magland closed 1 year ago

magland commented 1 year ago

@luiztauffer

I added some code comments.

You will see there is now the following behavior

if app_image is set, then app_executable default to /app/main.py

if app_image is not set, then app_executable needs to be set to the local file system path to main.py. In this case we run the processor outside a container. Useful for development.