From b367fdca50f8465ca963b16c67f3d84405bd7138 Mon Sep 17 00:00:00 2001 From: zhangquan Date: Tue, 31 Mar 2026 16:30:36 +0800 Subject: [PATCH] 1 --- .env | 3 ++- Dockerfile | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 6d2caa5..ab16757 100644 --- a/.env +++ b/.env @@ -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 \ No newline at end of file +COZE_LOOP_TRACE_ENABLED=false +OTEL_SDK_DISABLED=true \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 755763f..824dc9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .