This Streamlit docker template will help to create Streamlit apps for both deployment and development purposes.
use docker-compose up --build command after every new library added to requirements.txt
This Streamlit docker template will help to create Streamlit apps for both deployment and development purposes.
use docker-compose up --build command after every new library added to requirements.txt
How does Python get into the base image?
Here is a more sophisticated github template project for docker development:
By pulling from the official Python 3.9 base image:
FROM python:3.9
@Franky1 What’s the delta between your docker and @maker57sk’s, please explain? ![]()
Thanks,
Arvindra