bentoml/yatai-deployment

yatai-image-builder is not ready

maroshmka opened this issue · 2 comments

When using quick-install, some component called yatai-image-builder is being verified - https://github.com/bentoml/yatai-deployment/blob/main/scripts/quick-install-yatai-deployment.sh#L94

Although, nothing installs it (haven't seen it in yatai quickinstal). And I haven't found any mentions in docs.

Is it a bug or am I missing something?

thanks!

Sorry, I forgot to upgrade the URL of the yatai-deployment installation script, you can now use this command to install yatai-deployment:

bash <(curl -s "https://raw.githubusercontent.com/bentoml/yatai-deployment/v1.0.x/scripts/quick-install-yatai-deployment.sh")

great, thanks!