Skip to content

Commit

Permalink
Set PGPT_PROFILES to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed May 6, 2024
1 parent bef6fc2 commit 2bb71a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.external
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ENV \
PORT=8080 \
PYTHONPATH="$PYTHONPATH:/home/worker/app/private_gpt/" \
APP_ENV=prod \
PGPT_PROFILES=docker \
PGPT_MODE=mock \
PGPT_EMBEDDING_MODE=sagemaker \
PGPT_HF_REPO_ID=TheBloke/Mistral-7B-Instruct-v0.1-GGUF \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ENV \
PORT=8080 \
PYTHONPATH="$PYTHONPATH:/home/worker/app/private_gpt/" \
APP_ENV=prod \
PGPT_PROFILES=docker \
PGPT_MODE=mock \
PGPT_EMBEDDING_MODE=sagemaker \
PGPT_HF_REPO_ID=TheBloke/Mistral-7B-Instruct-v0.1-GGUF \
Expand Down

0 comments on commit 2bb71a1

Please sign in to comment.