Skip to content

Commit eb82912

Browse files
committed
Update GithubAction+NoLocal+Latex
1 parent 8698c5a commit eb82912

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/GithubAction+NoLocal+Latex

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ FROM fuqingxu/python311_texlive_ctex:latest
88
# 指定路径
99
WORKDIR /gpt
1010

11-
RUN pip3 install gradio openai numpy arxiv rich
11+
RUN pip3 install openai numpy arxiv rich
1212
RUN pip3 install colorama Markdown pygments pymupdf
13-
RUN pip3 install python-docx moviepy pdfminer
14-
RUN pip3 install zh_langchain==0.2.1
15-
RUN pip3 install nougat-ocr
16-
RUN pip3 install aliyun-python-sdk-core==2.13.3 pyOpenSSL scipy git+https://github.com/aliyun/alibabacloud-nls-python-sdk.git
13+
RUN pip3 install python-docx pdfminer
14+
1715

1816
# 装载项目文件
1917
COPY . .

0 commit comments

Comments
 (0)