Is there a way to serialize workflows without docker? Ideally we’d like to serialize workflows using our regular python environment, since we can guarantee that the deps at any given point will match the container image due to our build system
f
freezing-airport-6809
11/19/2022, 12:15 AM
yes absolutely
freezing-airport-6809
11/19/2022, 12:15 AM
you dont have to use docker
freezing-airport-6809
11/19/2022, 12:15 AM
pyflyte serialize should work without docker
freezing-airport-6809
11/19/2022, 12:15 AM
and pyflyte register should work without docker
freezing-airport-6809
11/19/2022, 12:15 AM
you just have to pass the path to python inside the container