Hey BentoML folks, I've got a containerized bento ...
# ask-for-help
t
Hey BentoML folks, I've got a containerized bento working locally, but fails to launch from google cloud run. My impression is the problem is that I created the container on my mac (AMD64) whereas google expects containers built for x86_64. Assuming that sounds plausible, is there a way I can get bentoml to build for x86_64 without working from another machine?