feat 新增 process lookbooks 接口
fix
This commit is contained in:
@@ -4,6 +4,7 @@ RUN apt update
|
|||||||
RUN apt install -y vim
|
RUN apt install -y vim
|
||||||
RUN apt install -y libgl1-mesa-glx
|
RUN apt install -y libgl1-mesa-glx
|
||||||
RUN apt install -y poppler-utils
|
RUN apt install -y poppler-utils
|
||||||
|
RUN apt install -y tesseract-ocr
|
||||||
|
|
||||||
COPY ./requirements.txt /requirements.txt
|
COPY ./requirements.txt /requirements.txt
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
|
|||||||
@@ -36,4 +36,4 @@ accesslog = 'access.log'
|
|||||||
access_log_format = '%(h)s %(t)s %(U)s %(q)s'
|
access_log_format = '%(h)s %(t)s %(U)s %(q)s'
|
||||||
|
|
||||||
# 设置超时时间为 5 分钟(300 秒)
|
# 设置超时时间为 5 分钟(300 秒)
|
||||||
timeout = 300
|
timeout = 600
|
||||||
Reference in New Issue
Block a user