Skip to content

Latest commit

 

History

91 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Containerised streamlit instances that uses a boot.sh for easy management.



Example deployment command -



docker run -d \
    -p 8501:8501 \
    --name [app name] \
    -v [directory where you app files are]:/opt/streamlit \
    chrisjbawden/streamlit-container \



Note: modify the app.py in the /app directory with your own app - its important to keep the name "app.py" unless you modify the boot.sh

Used by

Contributors

Languages