Skip to content

Commit c65b5af

Browse files
committed
fixed env
1 parent f7e4846 commit c65b5af

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/arduino/app_bricks/llm/brick_compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ services:
1616
cap_add:
1717
- SYS_RESOURCE
1818
environment:
19-
- ADHOC_MODE=true
20-
- LOG_LEVEL=INFO
19+
- ADHOC_MODE=${ADHOC_MODE:-true}
20+
- LOG_LEVEL=${LOG_LEVEL:-ERROR}
2121
- GENAI_PORT=${GENAI_PORT:-9001}
2222
- TOOL_RESPONSE_TIMEOUT_SECONDS=${TOOL_RESPONSE_TIMEOUT_SECONDS:-30}
2323
- VLM_LIBRARY_PATH=${VLM_LIBRARY_PATH:-/iot-user/app/site-packages/libvlmservice.so}

src/arduino/app_bricks/vlm/brick_compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ services:
1616
cap_add:
1717
- SYS_RESOURCE
1818
environment:
19-
- ADHOC_MODE=true
20-
- LOG_LEVEL=INFO
19+
- ADHOC_MODE=${ADHOC_MODE:-true}
20+
- LOG_LEVEL=${LOG_LEVEL:-ERROR}
2121
- GENAI_PORT=${GENAI_PORT:-9001}
2222
- TOOL_RESPONSE_TIMEOUT_SECONDS=${TOOL_RESPONSE_TIMEOUT_SECONDS:-30}
2323
- VLM_LIBRARY_PATH=${VLM_LIBRARY_PATH:-/iot-user/app/site-packages/libvlmservice.so}

0 commit comments

Comments
 (0)