Skip to content

EEA Docker image for Streamlit which lets you turn python scripts into sharable web apps in minutes, not weeks.

License

Notifications You must be signed in to change notification settings

eea/eea.docker.streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

EEA Docker image for Streamlit which lets you turn python scripts into sharable web apps in minutes, not weeks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published