This commit is contained in:
hailin 2025-06-30 14:13:31 +08:00
parent 3038611f21
commit 8a0217e8dc
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
# ---- 拷贝依赖 ----
COPY --from=builder /usr/local/lib/python3.*/dist-packages /usr/local/lib/python3.*/dist-packages
COPY --from=builder /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/dist-packages
COPY --from=builder /usr/local/bin /usr/local/bin
# ---- 拷贝模型(改成你的实际路径即可) ----