mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-29 00:31:59 +08:00
fix tika-server issue (#3439)
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
cb3b9d7ada
commit
ac033b62cf
@ -116,7 +116,8 @@ COPY nltk_data /root/nltk_data
|
|||||||
|
|
||||||
# https://github.com/chrismattmann/tika-python
|
# https://github.com/chrismattmann/tika-python
|
||||||
# This is the only way to run python-tika without internet access. Without this set, the default is to check the tika version and pull latest every time from Apache.
|
# This is the only way to run python-tika without internet access. Without this set, the default is to check the tika version and pull latest every time from Apache.
|
||||||
COPY tika-server-standard-3.0.0.jar tika-server-standard-3.0.0.jar.md5 ./
|
COPY tika-server-standard-3.0.0.jar /ragflow/tika-server-standard.jar
|
||||||
|
COPY tika-server-standard-3.0.0.jar.md5 /ragflow/tika-server-standard.jar.md5
|
||||||
ENV TIKA_SERVER_JAR="file:///ragflow/tika-server-standard.jar"
|
ENV TIKA_SERVER_JAR="file:///ragflow/tika-server-standard.jar"
|
||||||
|
|
||||||
# Copy cl100k_base
|
# Copy cl100k_base
|
||||||
|
@ -109,7 +109,9 @@ COPY nltk_data /root/nltk_data
|
|||||||
|
|
||||||
# https://github.com/chrismattmann/tika-python
|
# https://github.com/chrismattmann/tika-python
|
||||||
# This is the only way to run python-tika without internet access. Without this set, the default is to check the tika version and pull latest every time from Apache.
|
# This is the only way to run python-tika without internet access. Without this set, the default is to check the tika version and pull latest every time from Apache.
|
||||||
COPY tika-server-standard-3.0.0.jar tika-server-standard-3.0.0.jar.md5 ./
|
|
||||||
|
COPY tika-server-standard-3.0.0.jar /ragflow/tika-server-standard.jar
|
||||||
|
COPY tika-server-standard-3.0.0.jar.md5 /ragflow/tika-server-standard.jar.md5
|
||||||
ENV TIKA_SERVER_JAR="file:///ragflow/tika-server-standard.jar"
|
ENV TIKA_SERVER_JAR="file:///ragflow/tika-server-standard.jar"
|
||||||
|
|
||||||
# Copy cl100k_base
|
# Copy cl100k_base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user