Skip to content

This is a minimal Docker packaging of the wonderful Streamlit app framework

License

Notifications You must be signed in to change notification settings

orchest/streamlit-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit on Docker

Run Streamlit

Run docker build -t streamlit . && docker run -it -p 8501:8501 -v $PWD/src:/usr/src/app/src streamlit streamlit run src/main.py --logger.level=debug

then open localhost:8501 in your browser.

Use the STREAMLIT_SERVER_BASE_URL_PATH environment variable to configure a custom base path.

About

This is a minimal Docker packaging of the wonderful Streamlit app framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published