Hi, wondering if there are ways to override the do...
# ask-metaflow
b
Hi, wondering if there are ways to override the docker cmd or entrypoint during each step so that we can customize what commands to run during runtime, maybe like some profiler wrapper etc. I tried playing around with the
cli_args
in the
runtime_step_cli
lifecycle but seems like it is only working on local runs, i am unable to modify the cli args for batch jobs.