EEA Docker image for Streamlit. Streamlit lets you turn data scripts into sharable web apps in minutes, not weeks. It is useful for prototypes and demonstration of machine learning web applications.
The following will run the python script provided as a parameter
docker run -p 8888:8888 -v ~/streamlit-examples:/app eeacms/streamlit-base ./myapp.py
where myapp.py is a streamlit app and can be accessed on port 8888.
Check out the official documentation and forum!
Kudos to ideonate for providing a good example of streamlit base image https://github.com/ideonate/streamlit-base.