This commit is contained in:
Menghuan1918
2024-10-06 15:42:10 +08:00
parent 1ce8868722
commit acb816f29e

View File

@@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-c"]
WORKDIR /gpt
RUN source ~/.bashrc \
&& uv venv --seed \
&& source venv/bin/activate \
&& source ./venv/bin/activate \
&& uv pip install openai numpy arxiv rich colorama Markdown pygments pymupdf python-docx pdfminer nougat-ocr
# 装载项目文件
COPY . .