Hi all, I'd love to hear how folks are deploying ...
# ask-metaflow
c
Hi all, I'd love to hear how folks are deploying with metaflow in production. Three primary questions: 1. What do the flow structures look like? IE do you have a training flow that pushes the model to your registry and then a scoring/inference flow that does the actual scoring separately? 2. How are you orchestrating the flows? Assuming most folks are using airflow, but curious to hear thoughts here? 3. How do you manage dependencies if you aren't using conda? We've considered creating docker containers and then using the docker operator in airflow, but would love to hear alternatives. Thanks!
1