Skip to content

Commit 6a472a2

Browse files
committed
Remove no mode needed comments
1 parent 9ba96fc commit 6a472a2

File tree

10 files changed

+0
-23
lines changed

10 files changed

+0
-23
lines changed

src/arduino/app_bricks/audio_classification/brick_compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EI_AUDIO_CLASSIFICATION_MODEL = path to the model file
2-
# CUSTOM_MODEL_PATH = path to the custom model directory
31
services:
42
ei-audio-classifier-runner:
53
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0

src/arduino/app_bricks/dbstorage_tsstore/brick_compose.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# BIND_ADDRESS = external container address
2-
# BIND_PORT = container port
3-
# DB_USERNAME = Database username
4-
# DB_PASSWORD = Database password
5-
# INFLUXDB_ADMIN_TOKEN = InfluxDB admin token
61
services:
72
dbstorage-influx:
83
image: influxdb:2.7

src/arduino/app_bricks/image_classification/brick_compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EI_CLASSIFICATION_MODEL = path to the model file
2-
# CUSTOM_MODEL_PATH = path to the custom model directory
31
services:
42
ei-classification-runner:
53
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0

src/arduino/app_bricks/keyword_spotting/brick_compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EI_KEYWORD_SPOTTING_MODEL = path to the model file
2-
# CUSTOM_MODEL_PATH = path to the custom model directory
31
services:
42
ei-keyword-spot-runner:
53
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0

src/arduino/app_bricks/motion_detection/brick_compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EI_MOTION_DETECTION_MODEL = path to the model file
2-
# CUSTOM_MODEL_PATH = path to the custom model directory
31
services:
42
ei-motion-detection-runner:
53
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0

src/arduino/app_bricks/object_detection/brick_compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EI_OBJ_DETECTION_MODEL = path to the model file
2-
# CUSTOM_MODEL_PATH = path to the custom model directory
31
services:
42
ei-obj-detection-runner:
53
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0

src/arduino/app_bricks/vibration_anomaly_detection/brick_compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EI_MOTION_DETECTION_MODEL = path to the model file
2-
# CUSTOM_MODEL_PATH = path to the custom model directory
31
services:
42
ei-anomaly-detection-runner:
53
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0

src/arduino/app_bricks/video_imageclassification/brick_compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EI_CLASSIFICATION_MODEL = path to the model file
2-
# CUSTOM_MODEL_PATH = path to the custom model directory
31
services:
42
ei-video-classification-runner:
53
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0

src/arduino/app_bricks/video_objectdetection/brick_compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EI_OBJ_DETECTION_MODEL = path to the model file
2-
# CUSTOM_MODEL_PATH = path to the custom model directory
31
services:
42
ei-video-obj-detection-runner:
53
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0

src/arduino/app_bricks/visual_anomaly_detection/brick_compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EI_V_ANOMALY_DETECTION_MODEL = path to the model file
2-
# CUSTOM_MODEL_PATH = path to the custom model directory
31
services:
42
ei-obj-video-anomalies-det-runner:
53
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0

0 commit comments

Comments
 (0)