bentoml.exceptions.BentoMLRpcError: Failed to upload MyBentoService to the remote yatai server: Deadline Exceeded #1817
-
I have a problem uploading my BentoService to a local Yatai repository. I have 2 separate containers running on my local laptop: one for saving my service with artefacts (models) and second as a Yatai repository server:
When I run this pack/save I get this:
The connection is established, Yatai server in debug prints this:
Not sure how to tackle such an issue. Is this a docker/container issue or maybe something is not right with my pack/save sequence? Any advice would be very appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
So I tried to save my service to an online Yatai instance and it worked. Seems that this is a local Docker connection/configuration issue |
Beta Was this translation helpful? Give feedback.
So I tried to save my service to an online Yatai instance and it worked. Seems that this is a local Docker connection/configuration issue