Skip to content

chrisjbawden/streamlit-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

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