This commit is contained in:
parent
3038611f21
commit
8a0217e8dc
|
|
@ -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
|
||||
|
||||
# ---- 拷贝模型(改成你的实际路径即可) ----
|
||||
|
|
|
|||
Loading…
Reference in New Issue