mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 18:49:02 +08:00
add hf_endpoint as env variable (#353)
### What problem does this PR solve? Issue link:#350 ### Type of change - [x] Refactoring
This commit is contained in:
parent
4608cccd05
commit
84d7a006dd
@ -26,6 +26,7 @@ services:
|
||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||
environment:
|
||||
- TZ=${TIMEZONE}
|
||||
- HF_ENDPOINT=https://hf-mirror.co
|
||||
networks:
|
||||
- ragflow
|
||||
restart: always
|
||||
|
@ -25,6 +25,7 @@ services:
|
||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||
environment:
|
||||
- TZ=${TIMEZONE}
|
||||
- HF_ENDPOINT=https://huggingface.co
|
||||
networks:
|
||||
- ragflow
|
||||
restart: always
|
||||
|
Loading…
x
Reference in New Issue
Block a user