Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I build it in docker,but It not work #156

Open
ishow520 opened this issue Sep 12, 2023 · 3 comments
Open

I build it in docker,but It not work #156

ishow520 opened this issue Sep 12, 2023 · 3 comments

Comments

@ishow520
Copy link

image
i don't known why

@codebanesr
Copy link
Contributor

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

@ishow520
Copy link
Author

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

@fordnox
Copy link

fordnox commented Oct 5, 2023

run make install instead of docker compose up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants