We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d7f4c commit 9b5dc53Copy full SHA for 9b5dc53
Dockerfile.external
@@ -22,6 +22,7 @@ ENV \
22
PORT=8080 \
23
PYTHONPATH="$PYTHONPATH:/home/worker/app/private_gpt/" \
24
APP_ENV=prod \
25
+ PGPT_PROFILES=docker \
26
PGPT_MODE=mock \
27
PGPT_EMBEDDING_MODE=sagemaker \
28
PGPT_HF_REPO_ID=TheBloke/Mistral-7B-Instruct-v0.1-GGUF \
Dockerfile.local
@@ -33,6 +33,7 @@ ENV \
33
34
35
36
37
38
39
0 commit comments