添加依赖
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1h37m19s

This commit is contained in:
2026-04-20 18:19:25 +08:00
parent b15f8e1ef4
commit 2503ed54ac
2 changed files with 46 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ RUN pip install --no-cache-dir spacy && \
# =============================================================================
# 复制项目代码 (只复制必需的文件夹,避免依赖被忽略的目录)
# =============================================================================
COPY ./rag_core /app/rag_core
COPY rag_core/ ./rag_core/
COPY app/ ./app/
COPY frontend/ ./frontend/
COPY scripts/ ./scripts/