Hi folks! I’m experimenting with Metaflow in my te...
# ask-metaflow
t
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?
m
Loo at some of my previous messages, I managed to make it work, but with a custom decorator
👍 1
Yes, the route is probably a custom image because you will need credentials
Unless those are provided by k8s service account or env vars
t
Thanks @most-telephone-75272! The poetry custom decorator + service auth creds within k8s actually sounds good to me