Sign inSign up

marcskovmadsen/awesome-streamlit

By marcskovmadsen

Updated over 6 years ago

Docker image powering https://awesome-streamlit.org/

Image
4

100K+

marcskovmadsen/awesome-streamlit repository overview

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

Awesome

Tag summary

Content type

Image

Digest

Size

759.4 MB

Last updated

over 6 years ago

docker pull marcskovmadsen/awesome-streamlit