Bug fix
This commit is contained in:
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user