"git@developer.sourcefind.cn:nivren/ict-csp.git" did not exist on "fb246ae0dcdfbfe5cf2360466ecc7d9b1e38c2b5"
Commit 34c7b678 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: ocr issue

parent 0476c5f3
......@@ -53,6 +53,8 @@ WORKDIR /app/backend
# install python dependencies
COPY ./backend/requirements.txt ./requirements.txt
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
RUN pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu --no-cache-dir
RUN pip3 install -r requirements.txt --no-cache-dir
......
......@@ -34,8 +34,9 @@ pandas
openpyxl
pyxlsb
xlrd
rapidocr-onnxruntime
opencv-python-headless
rapidocr-onnxruntime
faster-whisper
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment