What's the best way to handle workflow registratio...
# ask-the-community
l
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.
k
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
153 Views