From 74f8cb351126305886a003999055d5bd4b3bdbfc Mon Sep 17 00:00:00 2001 From: binary-husky Date: Fri, 8 Sep 2023 12:10:16 +0800 Subject: [PATCH] update dockerfile --- docs/GithubAction+AllCapacity | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/GithubAction+AllCapacity b/docs/GithubAction+AllCapacity index 3e506f5..0841644 100644 --- a/docs/GithubAction+AllCapacity +++ b/docs/GithubAction+AllCapacity @@ -15,9 +15,10 @@ WORKDIR /gpt/gpt_academic RUN git clone https://github.com/OpenLMLab/MOSS.git request_llm/moss RUN python3 -m pip install openai numpy arxiv rich RUN python3 -m pip install colorama Markdown pygments pymupdf -RUN python3 -m pip install python-docx moviepy pdfminer +RUN python3 -m pip install python-docx moviepy pdfminer RUN python3 -m pip install zh_langchain==0.2.1 RUN python3 -m pip install nougat-ocr +RUN python3 -m pip install rarfile py7zr manim manimgl RUN python3 -m pip install aliyun-python-sdk-core==2.13.3 pyOpenSSL scipy git+https://github.com/aliyun/alibabacloud-nls-python-sdk.git RUN python3 -m pip install -r requirements.txt RUN python3 -m pip install -r request_llm/requirements_moss.txt