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

Fix dockerfiles #1445

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Fix dockerfiles #1445

merged 2 commits into from
Dec 22, 2023

Conversation

imartinez
Copy link
Collaborator

  • Copy scripts folder
  • Set the right python paths to use the venv

Instructions:
Build image:
docker compose build -> builds the image

Run setup in service to download local models (in case you didn't download them already):
docker compose run --rm --entrypoint="bash -c '[ -f scripts/setup ] && scripts/setup'" private-gpt

Run the service:
docker compose run private-gpt

pabloogc
pabloogc previously approved these changes Dec 22, 2023
frgarciames
frgarciames previously approved these changes Dec 22, 2023
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

Successfully merging this pull request may close these issues.

3 participants