mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
release with CI (#3891)
### What problem does this PR solve? Refactor Dockerfile files. Release with CI. ### Type of change - [x] Refactoring
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Install this script's dependencies with pip3:
|
||||
# pip3 install huggingface-hub nltk
|
||||
|
||||
|
||||
from huggingface_hub import snapshot_download
|
||||
import nltk
|
||||
|
||||
Reference in New Issue
Block a user