Hi everyone! I'm trying to use the "fast registration" mechanism to update an existing container. I can make it work through the Flyte web interface where I can point to the specific version of the code tarball. I'm also trying to make it work with pyflyte run --image ..., but so far I haven't been able to make it run with the updated code. Does anyone know how to do this or where this might be documented?
a
average-finland-92144
12/04/2023, 5:47 PM
have you tried using
pyflyte register --image ...
?
It should update the existing container
j
jolly-nail-18749
12/05/2023, 12:33 PM
Thanks for your reply! Yes, I think so.
pyflyte register --image ...
runs without errors and it generates a new version of my workflow. The new workflow version is visible and runnable from the web GUI but I'm not able to trigger it from the command line.