Hi everyone! I'm trying to use the "fast registrat...
# ask-the-community
j
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?
d
have you tried using
pyflyte register --image ...
? It should update the existing container
j
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.
d
In this case, you need to launch it from the GUI