Skip to content

Commit

Permalink
add env for tgi servie in YAML (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: letonghan <[email protected]>
  • Loading branch information
letonghan committed May 14, 2024
1 parent 3aace63 commit f46cae8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChatQnA/microservice/xeon/docker_compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ services:
volumes:
- "./data:/data"
shm_size: 1g
environment:
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
command: --model-id ${LLM_MODEL_ID}
llm:
image: opea/gen-ai-comps:llm-tgi-server
Expand Down

0 comments on commit f46cae8

Please sign in to comment.