add env for tgi servie in YAML (#133)

Signed-off-by: letonghan <letong.han@intel.com>
This commit is contained in:
Letong Han
2024-05-14 21:37:47 +08:00
committed by GitHub
parent 3aace639f1
commit f46cae8a3a

View File

@@ -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