fast-vr-44972
06/12/2023, 5:35 PMENTRYPOINT [ "/opt/setup_env.sh" ]ancient-application-36103
06/12/2023, 5:45 PMENTRYPOINT or CMD in your docker container since there interaction needs to be carefully choreographed. You can use @environment decorator to specify env vars.fast-vr-44972
06/12/2023, 5:47 PMancient-application-36103
06/12/2023, 5:50 PMMETAFLOW_KUBERNETES_SANDBOX_INIT_SCRIPT=/opt/setup_env.sh python flow.py run --with kubernetes , that should do the trickfast-vr-44972
06/12/2023, 5:55 PMpython flow.py argo-workflows triggerancient-application-36103
06/12/2023, 5:56 PMMETAFLOW_KUBERNETES_SANDBOX_INIT_SCRIPT=/opt/setup_env.sh python flow.py argo-workflows create would deploy the flow on argo workflowsfast-vr-44972
06/12/2023, 5:56 PMancient-application-36103
06/12/2023, 5:56 PMMETAFLOW_KUBERNETES_SANDBOX_INIT_SCRIPT=/opt/setup_env.sh python flow.py argo-workflows trigger to execute itfast-vr-44972
06/12/2023, 5:56 PMancient-application-36103
06/12/2023, 6:06 PM