Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 796 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 796 Bytes

EEA Docker image for Streamlit

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.

How to use it

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.

Documentation

Check out the official documentation and forum!

Credits

Kudos to ideonate for providing a good example of streamlit base image https://github.com/ideonate/streamlit-base.