Skip to content

Streamlit deployment #79

Answered by JoshuaC215
11dimnsion asked this question in Q&A
Nov 2, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hey @11dimnsion thank you!

The service is running as an azure web app, not in Streamlit Cloud. I’m pushing the service docker image to docker hub and then deploying it from there.

You can see the automation here, it updates on every push to main now so I don’t have to mess with it:

https://github.com/JoshuaC215/agent-service-toolkit/blob/main/.github/workflows/deploy.yml

To run yourself you’d need to modify the condition at the top and set the right secrets in your repo. Then once it’s deployed you just need to set the azure URL and the secret header (if desired) in the streamlit app secrets.

It’s been running on the Azure free tier with modest daily traffic from this repo for a couple mo…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@JoshuaC215
Comment options

@11dimnsion
Comment options

@JoshuaC215
Comment options

Answer selected by JoshuaC215
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants