feat 新增 process lookbooks 接口

fix
This commit is contained in:
zhouchengrong
2024-10-21 12:03:05 +08:00
parent 6d7254661c
commit fdaf6a72f3
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ RUN apt update
RUN apt install -y vim
RUN apt install -y libgl1-mesa-glx
RUN apt install -y poppler-utils
RUN apt install -y tesseract-ocr
COPY ./requirements.txt /requirements.txt
RUN pip install --upgrade pip