From eb829121148cfad0829ceb5a1499808f4cd70e80 Mon Sep 17 00:00:00 2001 From: binary-husky Date: Thu, 12 Oct 2023 21:17:43 +0800 Subject: [PATCH] Update GithubAction+NoLocal+Latex --- docs/GithubAction+NoLocal+Latex | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/GithubAction+NoLocal+Latex b/docs/GithubAction+NoLocal+Latex index 2f2608ccb7..ca5a00ec2b 100644 --- a/docs/GithubAction+NoLocal+Latex +++ b/docs/GithubAction+NoLocal+Latex @@ -8,12 +8,10 @@ FROM fuqingxu/python311_texlive_ctex:latest # 指定路径 WORKDIR /gpt -RUN pip3 install gradio openai numpy arxiv rich +RUN pip3 install openai numpy arxiv rich RUN pip3 install colorama Markdown pygments pymupdf -RUN pip3 install python-docx moviepy pdfminer -RUN pip3 install zh_langchain==0.2.1 -RUN pip3 install nougat-ocr -RUN pip3 install aliyun-python-sdk-core==2.13.3 pyOpenSSL scipy git+https://github.com/aliyun/alibabacloud-nls-python-sdk.git +RUN pip3 install python-docx pdfminer + # 装载项目文件 COPY . .