/docker-local-development

A repo to show how to use Docker for making an isolated, local, development environment for python and running a streamlit app in it

GNU General Public License v3.0GPL-3.0

docker-local-development

A repo to show how to use Docker for making an isolated, local, development environment for python and running a streamlit app in it

Build the image

docker build -t llm-app .

Note: -t flag is used to set the name of the image