feat 新增 process lookbooks 接口

fix
This commit is contained in:
zhouchengrong
2024-10-21 11:41:52 +08:00
parent cd44725d17
commit 653d2bff0f

View File

@@ -3,7 +3,7 @@ ENV TZ=Asia/Shanghai
RUN apt update
RUN apt install -y vim
RUN apt install -y libgl1-mesa-glx
RUN apt install poppler-utils
RUN apt install -y poppler-utils
COPY ./requirements.txt /requirements.txt
RUN pip install --upgrade pip