Skip to content
Snippets Groups Projects
Unverified Commit 84d7a006 authored by KevinHuSh's avatar KevinHuSh Committed by GitHub
Browse files

add hf_endpoint as env variable (#353)

### What problem does this PR solve?


Issue link:#350

### Type of change

- [x] Refactoring
parent 4608cccd
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment