This commit is contained in:
Menghuan1918
2024-10-06 15:45:23 +08:00
parent acb816f29e
commit 9c98607312

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 . .