Deploying Streamlit Apps with Docker on Heroku

Hello !

I was trying to deploy one of my streamlit apps on cloud which I already had containerized on my local using docker. I did not want to go through the trouble of writing Procfile, installing heroku cli etc. and after a little bit of digging around I was able to achieve it. I have created a small tutorial on this repo with the template that I use for my streamlit apps, https://github.com/ash2shukla/streamlit-heroku I hope it will save someoneโ€™s time ! :slight_smile:

1 Like

Looks great @ash2shukla!

Thereโ€™s a new wiki for deploying apps, feel free to add it there for future reference :slight_smile:

Fanilo

2 Likes

Thanks @andfanilo, sure will do !