Bug fix
This commit is contained in:
parent
acb816f29e
commit
9c98607312
|
|
@ -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 . .
|
||||
|
|
|
|||
Loading…
Reference in New Issue