修改容器生成
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 52m4s

This commit is contained in:
2026-04-21 00:20:55 +08:00
parent 8d4fc76a95
commit 37e021e302

View File

@@ -30,7 +30,7 @@ ENV DEBUG=false
# 安装依赖
# =============================================================================
# 复制本地模型文件到镜像
COPY models/*.whl /tmp/models/
COPY docker/models/*.whl /tmp/models/
# 安装
RUN pip install --no-cache-dir /tmp/models/*.whl && \