Skip to content

Commit

Permalink
Update GithubAction+NoLocal+Latex
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed Oct 12, 2023
1 parent 8698c5a commit 9ea0fe4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/GithubAction+NoLocal+Latex
Original file line number Diff line number Diff line change
Expand Up @@ -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 python-docx pdfminer
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

# 装载项目文件
COPY . .
Expand Down

0 comments on commit 9ea0fe4

Please sign in to comment.