This commit is contained in:
parent
a242527ca2
commit
b367fdca50
3
.env
3
.env
|
|
@ -93,4 +93,5 @@ LOOP_ENABLED=false
|
||||||
COZE_LOOP_ENABLED=false
|
COZE_LOOP_ENABLED=false
|
||||||
COZE_TRACING_ENABLED=false
|
COZE_TRACING_ENABLED=false
|
||||||
OPT_ENABLE_LONG_REPORT=false
|
OPT_ENABLE_LONG_REPORT=false
|
||||||
COZE_LOOP_TRACE_ENDPOINT=http://localhost:12345/nonexist
|
COZE_LOOP_TRACE_ENABLED=false
|
||||||
|
OTEL_SDK_DISABLED=true
|
||||||
|
|
@ -57,9 +57,6 @@ ENV COZE_INTEGRATION_BASE_URL=https://api.coze.cn \
|
||||||
COZE_TRACING_ENABLED=false \
|
COZE_TRACING_ENABLED=false \
|
||||||
OPT_ENABLE_LONG_REPORT=false
|
OPT_ENABLE_LONG_REPORT=false
|
||||||
|
|
||||||
# 直接卸载 cozeloop,彻底消灭报错
|
|
||||||
RUN pip uninstall -y cozeloop
|
|
||||||
|
|
||||||
# 复制项目文件
|
# 复制项目文件
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue