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

View File

@@ -36,4 +36,4 @@ accesslog = 'access.log'
access_log_format = '%(h)s %(t)s %(U)s %(q)s'
# 设置超时时间为 5 分钟300 秒)
timeout = 300
timeout = 600