gorgeous-kangaroo-54074
01/24/2025, 3:33 PMpython -m pip install requests -qqq && python -m pip install awscli boto3 -qqq
command in the AWS Batch command is causing a transitive dependency to drift that's causing failures.
Is there any guidance from the Outerbounds team on mitigating these types of failures?ancient-application-36103
01/24/2025, 3:34 PMancient-application-36103
01/24/2025, 3:34 PMancient-application-36103
01/24/2025, 3:35 PMgorgeous-kangaroo-54074
01/24/2025, 3:36 PMsquare-wire-39606
01/24/2025, 3:38 PM@environment(vars={"METAFLOW_SKIP_INSTALL_DEPENDENCIES": 1})
- that should do the trick. we can also make it a config variable.square-wire-39606
01/24/2025, 3:38 PMgorgeous-kangaroo-54074
01/24/2025, 4:00 PMif [ -z $METAFLOW_SKIP_INSTALL_DEPENDENCIES ];
in the Docker command?square-wire-39606
01/24/2025, 4:00 PMgorgeous-kangaroo-54074
01/24/2025, 4:01 PMsquare-wire-39606
01/24/2025, 4:01 PMMETAFLOW_SKIP_INSTALL_DEPENDENCIES
- can you upgrade to the latest outerbounds?gorgeous-kangaroo-54074
01/24/2025, 4:03 PMgorgeous-kangaroo-54074
01/24/2025, 4:28 PM