ooo oo
commited on
Commit
·
5ec6524
1
Parent(s):
50de567
update HF_ENDPOINT in docker-compose.yml (#359)
Browse files### What problem does this PR solve?
update HF_ENDPOINT in docker-compose.yml
Issue link:#350
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
docker/docker-compose.yml
CHANGED
@@ -23,7 +23,7 @@ services:
|
|
23 |
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
24 |
environment:
|
25 |
- TZ=${TIMEZONE}
|
26 |
-
- HF_ENDPOINT=https://huggingface.
|
27 |
networks:
|
28 |
- ragflow
|
29 |
restart: always
|
|
|
23 |
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
24 |
environment:
|
25 |
- TZ=${TIMEZONE}
|
26 |
+
- HF_ENDPOINT=https://huggingface.com
|
27 |
networks:
|
28 |
- ragflow
|
29 |
restart: always
|