Skip to content

Commit b4ad636

Browse files
authored
Fix TGI image HF_TOKEN environment variable rename (opea-project#2059)
Signed-off-by: Wang, Xigui <xigui.wang@intel.com>
1 parent be03e6e commit b4ad636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DocSum/docker_compose/intel/cpu/xeon/compose_tgi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
http_proxy: ${http_proxy}
1515
https_proxy: ${https_proxy}
1616
TGI_LLM_ENDPOINT: ${TGI_LLM_ENDPOINT}
17-
HUGGINGFACEHUB_API_TOKEN: ${HF_TOKEN}
17+
HF_TOKEN: ${HF_TOKEN}
1818
host_ip: ${host_ip}
1919
healthcheck:
2020
test: ["CMD-SHELL", "curl -f http://localhost:80/health || exit 1"]

0 commit comments

Comments
 (0)