Skip to content

Commit

Permalink
Pass OLLAMA_MODEL env to docker container (#571)
Browse files Browse the repository at this point in the history
Signed-off-by: Wang, Xigui <[email protected]>
  • Loading branch information
xiguiw authored Aug 12, 2024
1 parent 923cf69 commit c297155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ChatQnA/docker/aipc/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ services:
HF_HUB_DISABLE_PROGRESS_BARS: 1
HF_HUB_ENABLE_HF_TRANSFER: 0
OLLAMA_ENDPOINT: ${OLLAMA_ENDPOINT}
OLLAMA_MODEL: ${OLLAMA_MODEL}
chaqna-aipc-backend-server:
image: opea/chatqna:latest
container_name: chatqna-aipc-backend-server
Expand Down

0 comments on commit c297155

Please sign in to comment.