From 73ed92af59d902fd7b651a0df8428ecf7ed41dad Mon Sep 17 00:00:00 2001 From: binary-husky Date: Thu, 12 Oct 2023 21:23:15 +0800 Subject: [PATCH] Update GithubAction+NoLocal+Latex --- docs/GithubAction+NoLocal+Latex | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/GithubAction+NoLocal+Latex b/docs/GithubAction+NoLocal+Latex index 999e516..cbed50f 100644 --- a/docs/GithubAction+NoLocal+Latex +++ b/docs/GithubAction+NoLocal+Latex @@ -11,12 +11,10 @@ rm -rf /usr/local/texlive/2023/texmf-dist/doc # 指定路径 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 python-docx pdfminer RUN pip3 install nougat-ocr -RUN pip3 install aliyun-python-sdk-core==2.13.3 pyOpenSSL webrtcvad scipy git+https://github.com/aliyun/alibabacloud-nls-python-sdk.git # 装载项目文件 COPY . .