You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What problem does this PR solve?
Fixed huggingface url. Closeinfiniflow#2665
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
Is there an existing issue for the same bug?
Branch name
main
Commit ID
na
Other environment information
No response
Actual behavior
Incorrect url for huggingface in dockerfile, it shoul be 'huggingface.co' not '.io'.
'# Copy models downloaded via download_deps.py'
RUN mkdir -p /ragflow/rag/res/deepdoc /root/.ragflow
RUN --mount=type=bind,source=huggingface.io,target=/huggingface.io
tar --exclude='.*' -cf -
/huggingface.io/InfiniFlow/text_concat_xgb_v1.0
/huggingface.io/InfiniFlow/deepdoc
| tar -xf - --strip-components=3 -C /ragflow/rag/res/deepdoc
RUN --mount=type=bind,source=huggingface.io,target=/huggingface.io
tar -cf -
/huggingface.io/BAAI/bge-large-zh-v1.5
/huggingface.io/BAAI/bge-reranker-v2-m3
/huggingface.io/maidalun1020/bce-embedding-base_v1
/huggingface.io/maidalun1020/bce-reranker-base_v1
| tar -xf - --strip-components=2 -C /root/.ragflow
Expected behavior
No response
Steps to reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: