A repo to show how to use Docker for making an isolated, local, development environment for python and running a streamlit app in it
docker build -t llm-app .
Note: -t flag is used to set the name of the image
A repo to show how to use Docker for making an isolated, local, development environment for python and running a streamlit app in it
GPL-3.0