How to deploy your Streamlit Web App to Google Cloud Run using Docker

preview_player
Показать описание
A comprehensive guide on building, containerizing, and deploying production level ML/Deep learning Web Apps using Streamlit, Docker, and Google Cloud Run like a pro.

Рекомендации по теме
Комментарии
Автор

hey really great video, you are super clear explaining complex concepts, thanks!

_cestd
Автор

Many thanks for your nice article on the medium and this helpful video. Enjoyed every second of it. When you have the availability and the resources, could you please film the 2nd part (linking to github, and using continuous deployment), Sir? Thanks again

mcadasdas
Автор

sir what if i dont have an acc of google cloud biling enabled, so i cant deploy it to google cloud run?

clayherz_
Автор

Hey, is cloud run a good option for streamlit though? Streamlit session management for example is in memory, so the session data will be lost every time the instance is shutdown given that's how cloud run or serverless work in general. How did you go about that?

emmastro
Автор

is it possible to set a custom url? or if its not possible on google cloud itself, is there some way to do so while still having google cloud have your container?

DragonkinHero
Автор

I'm using AWS but I can't get the ci/cd aspect of docker to work, so a vid on google continuous deployment would be good.

xxish
Автор

I did the same process as you did. Deployed it without any errors but when I open the public url the app is stuck in "Please Wait..." screen. Did you encounter such issue?

erensarnic