Skip to content

demarant/streamlit-docker

 
 

Repository files navigation

Docker images for Streamlit

Docker images for Streamlit.

ideonate/streamlit-launchpad

Uses streamlit-launchpad to display a list of any .py apps mounted in the /app folder.

docker run -p 8888:8888 -v ~/streamlit-examples:/app ideonate/streamlit-launchpad

ideonate/streamlit-single

Runs the first .py script it finds in /app

docker run -p 8888:8888 -v ~/streamlit-examples:/app ideonate/streamlit-single

ideonate/streamlit-base

Runs the script provided as a parameter

docker run -p 8888:8888 -v ~/streamlit-examples:/app ideonate/streamlit-base ./intro.py

About

Docker images for streamlit-launchpad

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 48.3%
  • Python 34.0%
  • Shell 17.7%