Hi folks! I’m experimenting with Metaflow in my team, and we have the following setup across our projects:
• Poetry with pyproject.toml
◦ Where some python packages are installed from Cloudsmith, our private with auth
Is it possible to use the
@pypi
decorator to perform a job run on K8s? Or would I need to setup my own docker image?