We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8698c5a commit eb82912Copy full SHA for eb82912
docs/GithubAction+NoLocal+Latex
@@ -8,12 +8,10 @@ FROM fuqingxu/python311_texlive_ctex:latest
8
# 指定路径
9
WORKDIR /gpt
10
11
-RUN pip3 install gradio openai numpy arxiv rich
+RUN pip3 install openai numpy arxiv rich
12
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
+RUN pip3 install python-docx pdfminer
+
17
18
# 装载项目文件
19
COPY . .
0 commit comments