devika icon indicating copy to clipboard operation
devika copied to clipboard

docker support

Open schueszy opened this issue 1 year ago • 0 comments

Here is my first implementation for the docker support. I created a docker image for the ui and one for the backend (python)

To test this docker implementation install the docker engine for your operating system: https://docs.docker.com/engine/

if you run ollama in a seperate container so you can edit the OLLAMA_HOST environment variable in the docker-compose.yml file.

Then check out this branch and run:

docker compose up 

in the root directory.

I also add a volume that stored the sqllitedb.

schueszy avatar Mar 23 '24 14:03 schueszy