-
Notifications
You must be signed in to change notification settings - Fork 6
Streamlit Deployment
Huzefaaa2 edited this page Jan 24, 2026
·
10 revisions
pip install -e .
streamlit run streamlit_app.pyhttps://terraform-guardrail.streamlit.app/
- Push the repo to GitHub.
- Create a Streamlit Cloud app.
- Main file:
streamlit_app.py. - Deploy (Streamlit installs dependencies from
requirements.txt).
You can also run the API via Docker:
docker run --rm -p 8080:8080 ghcr.io/huzefaaa2/terraform-guardrail:v0.2.7