Replies: 1 comment 2 replies
-
Hi @Sujith93 - when you verify the docker image locally, did you use the docker image built with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
For building the docker image I took steps mentioned below link as a reference.
https://docs.bentoml.org/en/latest/deployment/google_cloud_run.html#create-google-cloud-project
But instead of
git clone git@github.com:bentoml/BentoML.git
I build the model in the local with the iris dataset and also build a docker image.
By doing docker run, I confirm the docker image is working fine also got the predictions in swagger UI
So, Next, I followed the same steps to push the image into the cloud repository and then to Cloud Run.
But will creating cloud run I got the bellow error
From the logs its shows

ModuleNotFoundError: No module named bentoml
Everything is working fine in local, but when I pushed to Cloud Run, it throws an error.
Could you please help me out,
Thanks in advance !!
Beta Was this translation helpful? Give feedback.
All reactions