BirkhoffLee commited on
Commit
5d87fc8
·
unverified ·
1 Parent(s): b6079be

fix: 全局安装依赖

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ ENV PATH="/root/.local/bin:${PATH}" \
27
  RUN uv tool install --python 3.12 pdf2zh-next
28
 
29
  # 安装网关依赖
30
- RUN uv pip install --python 3.12 \
31
  "fastapi>=0.115" "uvicorn[standard]>=0.32" "httpx>=0.28" \
32
  python-multipart bcrypt itsdangerous websockets
33
 
 
27
  RUN uv tool install --python 3.12 pdf2zh-next
28
 
29
  # 安装网关依赖
30
+ RUN uv pip install --python 3.12 --system \
31
  "fastapi>=0.115" "uvicorn[standard]>=0.32" "httpx>=0.28" \
32
  python-multipart bcrypt itsdangerous websockets
33