I have flyte_example/main.py, requirements.txt . When i run it locally everything works fine. But when I register and run remote it says package missing. Is there a way to mention requirements file for flyte to install before executing the main.py? or containerization is the only solution
a
average-finland-92144
03/04/2025, 4:07 PM
you can declare dependencies as part of your
ImageSpec
object and let it build the container image for you