Akshay-Dongare / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0