fix: UI tab name and reranking process for TeiFastReranking (#576)
* fix: update user-management.md * fix: reranking process when TeiFastReranking is specified. --------- Co-authored-by: Ryuichi Takano <45957617+tknrych@users.noreply.github.com> Co-authored-by: Ryuichi Takano <ryuichi.takano@jp.ricoh.com>
This commit is contained in:
committed by
GitHub
parent
9039b4f32b
commit
cd87a7e35f
32
Dockerfile
32
Dockerfile
@@ -4,15 +4,15 @@ FROM python:3.10-slim AS lite
|
||||
# Common dependencies
|
||||
RUN apt-get update -qqy && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ssh \
|
||||
git \
|
||||
gcc \
|
||||
g++ \
|
||||
poppler-utils \
|
||||
libpoppler-dev \
|
||||
unzip \
|
||||
curl \
|
||||
cargo
|
||||
ssh \
|
||||
git \
|
||||
gcc \
|
||||
g++ \
|
||||
poppler-utils \
|
||||
libpoppler-dev \
|
||||
unzip \
|
||||
curl \
|
||||
cargo
|
||||
|
||||
# Setup args
|
||||
ARG TARGETPLATFORM
|
||||
@@ -62,13 +62,13 @@ FROM lite AS full
|
||||
# Additional dependencies for full version
|
||||
RUN apt-get update -qqy && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
tesseract-ocr \
|
||||
tesseract-ocr-jpn \
|
||||
libsm6 \
|
||||
libxext6 \
|
||||
libreoffice \
|
||||
ffmpeg \
|
||||
libmagic-dev
|
||||
tesseract-ocr \
|
||||
tesseract-ocr-jpn \
|
||||
libsm6 \
|
||||
libxext6 \
|
||||
libreoffice \
|
||||
ffmpeg \
|
||||
libmagic-dev
|
||||
|
||||
# Install torch and torchvision for unstructured
|
||||
RUN --mount=type=ssh \
|
||||
|
Reference in New Issue
Block a user