Docker image powering https://awesome-streamlit.org/
100K+
This docker image powers https://awesome-streamlit.org/.
You can use this image to test how awesome the Streamlit technology is and get inspiration on how to run and deploy your own Streamlit applications if needed.
You can run bash interactively using
docker run -it -p 80:80 --entrypoint "/bin/bash" marcskovmadsen/awesome-streamlit:latest
and the streamlit app on port 80 using
docker run -it -p 80:80 --entrypoint "streamlit" marcskovmadsen/awesome-streamlit:latest run app.py
and the streamlit test_runner_app on port 80 using
docker run -it -p 80:80 --entrypoint "streamlit" marcskovmadsen/awesome-streamlit:latest run test_runner_app.py
For more information see
Content type
Image
Digest
Size
759.4 MB
Last updated
over 6 years ago
docker pull marcskovmadsen/awesome-streamlit