OpenChat
OpenChat copied to clipboard
I build it in docker,but It not work
i don't known why
This happens if sql server migration was not run Couple of things to answer
- Are you running django / typescript version of llm server ?
- Are you running docker in sudo mode ?
- Is mysql running
You can try a couple of things- If you are using django, maybe try using one of the prebuilt images
# Mac environment
image: codebanesr/openchat_llm_server:edge_amd64
# Or, for Linux environment
image: codebanesr/openchat_llm_server:edge
- exec into the web container and run
python manage.py makemigrations webandpython manage.py migrate
Let me know if that fixes it
I running in docker desktop but I don't know how can i fix it
run make install instead of docker compose up