Hi All, I'm looking at using Prefect with Modal. I...
# prefect-getting-started
d
Hi All, I'm looking at using Prefect with Modal. I noticed there is an integration already, but as far as I can tell that sidesteps modals image configuration. It's not clear whether its better to run prefect from modal or use modal as part of prefect..
a
Hey Derek! Our modal integration uses Modal’s sandbox API, so whatever image you can configure through modal you should be able to replicate it in our modal push pool integration. If you’re using modal solely as a compute provider, I’d recommend using modal as a part of prefect. If you’re leaning heavily on modal’s other features (volumes, webhooks, etc) I’d recommend using prefect in modal for now. Our modal integration is pretty new and there’s a whole host of places to take it so your feedback as you use them together is really helpful!
🙌 1
d
Thanks @Alexander Azzam! It's a powerful combination for sure that opens a lot of possibilities. Right now I'm calling GPU intense tasks from a prefect cloud managed work pool.