feat(KnowledgeBase):Add Word97-2003 (.doc) Binary File parsing module (#2544)

This commit is contained in:
geebytes
2025-03-29 11:05:06 +08:00
committed by GitHub
parent 7c05bc1784
commit c86243aa62
16 changed files with 2724 additions and 524 deletions

View File

@@ -118,6 +118,8 @@ COPY . .
# Fix the shebang of the dbgpt script
RUN sed -i "s|^#\!/app/\.venv/bin/python[0-9.]*|#!/${FINAL_VENV_NAME}/bin/python${PYTHON_VERSION}|" /${FINAL_VENV_NAME}/bin/dbgpt
RUN sed -i "s|^#\!/app/\.venv/bin/python[0-9.]*|#!/${FINAL_VENV_NAME}/bin/python${PYTHON_VERSION}|" /${FINAL_VENV_NAME}/bin/pip
RUN sed -i "s|/app/\.venv|${FINAL_VENV_NAME}|g" /${FINAL_VENV_NAME}/bin/activate
ENV PATH="${FINAL_VENV_NAME}/bin:$PATH" \
VIRTUAL_ENV="${FINAL_VENV_NAME}"
# Default command