Nathan Labbe
07/24/2023, 3:17 PMKevin Su
07/24/2023, 3:28 PMNathan Labbe
07/24/2023, 3:29 PMKevin Su
07/24/2023, 3:31 PMNathan Labbe
07/24/2023, 3:33 PMYee
Nathan Labbe
07/25/2023, 8:16 AMYee
Nathan Labbe
07/26/2023, 8:54 AMstatus = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:30080: recvmsg:Connection reset by peer"
debug_error_string = "UNKNOWN:failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:30080: recvmsg:Connection reset by peer
Entering the docker running (sharing host networking with the container):
docker run -it --net=host --mount type=bind,source=/home/<user>,target=/home/<user> localhost:30000/<image> bash
And registering the workflow doing :
pyflyte --verbose register /home/<user>/Documents/data/Flyte/flytesnacks/venvtensorflow/extractWf/WorkflowExtraction.py --image localhost:30000/<image>:latest
I don't know if you remember how you were doing the networking when using the docker container to register the workflow?
Thank you again đ