https://flyte.org logo
#ask-the-community
Title
# ask-the-community
l

Laura Lin

03/06/2023, 9:48 PM
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

Ketan (kumare3)

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