Netflix / metaflow

Open Source Platform for developing, scaling and deploying serious ML, AI, and data science systems
https://metaflow.org
Apache License 2.0
8.26k stars 774 forks source link

feature: better bootstrap dependencies #1972

Closed saikonen closed 3 months ago

saikonen commented 3 months ago

gets rid of awscli as a dependency, opting to instead use boto3 directly with inline python to download the codepackage. Supersedes #1778

also introduces an environment variable to allow skipping installing bootstrap dependencies completely. Motivated by #1957