mckaywrigley / repo-chat

Use AI to ask questions about any GitHub repo.
MIT License
604 stars 108 forks source link

Dockerize It #11

Open tajkirkpatrick opened 1 year ago

tajkirkpatrick commented 1 year ago

Allow for the repo to be installed with chromadb locally (or any local memory of choice).

Add a docker-compose and a Dockerfile, as well as the .devcontainer folder and .env to run the application within VSCode Dev Containers.

The minimal docker-compose command to run the application quickly should use the --build flag and reference the local Dockerfile (since the image does not live in a container registry).