Here is a easy to use Streamlit Docker template

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:

1 Like

By pulling from the official Python 3.9 base image:

FROM python:3.9
1 Like

@Franky1 What’s the delta between your docker and @maker57sk’s, please explain? :slight_smile:

Thanks,
Arvindra

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.