This commit is contained in:
zhangquan 2026-03-31 16:30:36 +08:00
parent a242527ca2
commit b367fdca50
2 changed files with 2 additions and 4 deletions

3
.env
View File

@ -93,4 +93,5 @@ LOOP_ENABLED=false
COZE_LOOP_ENABLED=false
COZE_TRACING_ENABLED=false
OPT_ENABLE_LONG_REPORT=false
COZE_LOOP_TRACE_ENDPOINT=http://localhost:12345/nonexist
COZE_LOOP_TRACE_ENABLED=false
OTEL_SDK_DISABLED=true

View File

@ -57,9 +57,6 @@ 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 . .