This commit is contained in:
zhangquan 2026-03-31 16:27:05 +08:00
parent c2ba84dbdd
commit a242527ca2
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ ENV COZE_INTEGRATION_BASE_URL=https://api.coze.cn \
COZE_TRACING_ENABLED=false \
OPT_ENABLE_LONG_REPORT=false
# 直接卸载 cozeloop彻底消灭报错
RUN pip uninstall -y cozeloop
# 复制项目文件
COPY . .