This commit is contained in:
Menghuan1918
2024-10-06 15:40:00 +08:00
parent e0ed82fa9f
commit 1ce8868722
3 changed files with 10 additions and 9 deletions

View File

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