Hi,
I work for a gov. contractor out in northern virginia serving a very large client. The client is new to ML and modeling so we're trying to do a proof of concept for them. We have built a few models and now we're trying to deploy to production. I have been advocating for Metaflow based on the very minimal documentation I have come across online. The requirements are very strict. The MLOps stack needs to support deploying to airgapped, on-prem environments without any access to AWS.
We have our own K8s cluster and absolutely no access to the internet and no access to anything AWS.
How does @conda and @pypi manage packages that are imported by the individual steps in the flow? Does @pypi need access to
https://pypi.org/?