Roman Kindruk
Roman Kindruk
+1. Teams we're speaking with want to pack all code into the docker images and avoid downloading it from S3. "Everything in docker images" is aligned with corp. rules (central...
Having a global setting `METAFLOW_DEFAULT_CONTAINER_IMAGE` is a good idea. It would decrease the amount of config values users need to deal with. Comparing to remember which would they need to...
Just a second thought. Having a dedicated `@container` with a single `image` seems a little overkill. But only unless the `--environment=docker` or `--with docker` introduced since it would need its...
Have a question regarding the `image` on the cmdline like `--batch:image=foo`. How it fits into the precedence order? It naturally can "override" envvars and flow-level. Should a step-level image override...