What's the best way to handle workflow registrations when the workflow code only works inside the docker containers that they are meant to run in. e.g. importing a library that you don't have installed but is in the docker.
f
freezing-airport-6809
03/06/2023, 11:33 PM
3 options,
1. pyflyte package in the container and save the package to outer host and then flytectl register on the host
2. pyflyte register from inside the container
3. pyflyte package - followed by - flytectl register inside the container