Is there a way to serialize workflows without dock...
# ask-the-community
r
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
k
yes absolutely
you dont have to use docker
pyflyte serialize should work without docker
and pyflyte register should work without docker
you just have to pass the path to python inside the container
154 Views