OpenChat icon indicating copy to clipboard operation
OpenChat copied to clipboard

I build it in docker,but It not work

Open ishow520 opened this issue 2 years ago • 3 comments

image i don't known why

ishow520 avatar Sep 12 '23 00:09 ishow520

This happens if sql server migration was not run Couple of things to answer

  1. Are you running django / typescript version of llm server ?
  2. Are you running docker in sudo mode ?
  3. 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
  1. exec into the web container and run python manage.py makemigrations web and python manage.py migrate

Let me know if that fixes it

codebanesr avatar Sep 12 '23 02:09 codebanesr

image I running in docker desktop but I don't know how can i fix it

ishow520 avatar Sep 12 '23 06:09 ishow520

run make install instead of docker compose up

fordnox avatar Oct 05 '23 08:10 fordnox