https://flyte.org logo
r

Rupsha Chaudhuri

06/01/2022, 5:01 PM
Hey folks.. I'm working on a PoC and using the demo setup. Is there an easy way to add a python package into the image?
r

Rupsha Chaudhuri

06/01/2022, 5:12 PM
thank you
k

Ketan (kumare3)

06/02/2022, 3:53 AM
@Rupsha Chaudhuri actually you can do something simpler
pyflyte run
takes a
--image
argument
pass whatever image you want.
cc @Marc Paquette
s

Samhita Alla

06/02/2022, 5:27 AM
@Rupsha Chaudhuri, the dropdown in this section specifies how to package custom dependencies.
r

Rupsha Chaudhuri

06/02/2022, 5:28 AM
Thanks.. I managed to build the image I needed.
Using the steps for larger apps
👍 1
3 Views