mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-10 16:00:27 +08:00

### What problem does this PR solve? Fixed tmp in Dockerfile ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
11 lines
443 B
Docker
11 lines
443 B
Docker
# This builds an image that contains the resources needed by Dockerfile
|
|
#
|
|
FROM scratch
|
|
|
|
# Copy resources downloaded via download_deps.py
|
|
COPY chromedriver-linux64-121-0-6167-85 chrome-linux64-121-0-6167-85 cl100k_base.tiktoken libssl1.1_1.1.1f-1ubuntu2_amd64.deb libssl1.1_1.1.1f-1ubuntu2_arm64.deb tika-server-standard-3.0.0.jar tika-server-standard-3.0.0.jar.md5 libssl*.deb /
|
|
|
|
COPY nltk_data /nltk_data
|
|
|
|
COPY huggingface.co /huggingface.co
|