Skip to content

Commit 6344512

Browse files
feat: update AI container images references (#2)
Co-authored-by: rjtokenring <[email protected]>
1 parent 25b9301 commit 6344512

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

src/arduino/app_bricks/audio_classification/brick_compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CUSTOM_MODEL_PATH = path to the custom model directory
33
services:
44
ei-audio-classifier-runner:
5-
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.4.5
5+
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0
66
logging:
77
driver: "json-file"
88
options:

src/arduino/app_bricks/image_classification/brick_compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CUSTOM_MODEL_PATH = path to the custom model directory
33
services:
44
ei-classification-runner:
5-
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.4.5
5+
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0
66
logging:
77
driver: "json-file"
88
options:

src/arduino/app_bricks/keyword_spotting/brick_compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CUSTOM_MODEL_PATH = path to the custom model directory
33
services:
44
ei-keyword-spot-runner:
5-
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.4.5
5+
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0
66
logging:
77
driver: "json-file"
88
options:

src/arduino/app_bricks/motion_detection/brick_compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CUSTOM_MODEL_PATH = path to the custom model directory
33
services:
44
ei-motion-detection-runner:
5-
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.4.5
5+
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0
66
logging:
77
driver: "json-file"
88
options:

src/arduino/app_bricks/object_detection/brick_compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CUSTOM_MODEL_PATH = path to the custom model directory
33
services:
44
ei-obj-detection-runner:
5-
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.4.5
5+
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0
66
logging:
77
driver: "json-file"
88
options:

src/arduino/app_bricks/vibration_anomaly_detection/brick_compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CUSTOM_MODEL_PATH = path to the custom model directory
33
services:
44
ei-anomaly-detection-runner:
5-
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.4.5
5+
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0
66
logging:
77
driver: "json-file"
88
options:

src/arduino/app_bricks/video_imageclassification/brick_compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CUSTOM_MODEL_PATH = path to the custom model directory
33
services:
44
ei-video-classification-runner:
5-
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.4.5
5+
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0
66
logging:
77
driver: "json-file"
88
options:

src/arduino/app_bricks/video_objectdetection/brick_compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CUSTOM_MODEL_PATH = path to the custom model directory
33
services:
44
ei-video-obj-detection-runner:
5-
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.4.5
5+
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0
66
logging:
77
driver: "json-file"
88
options:

src/arduino/app_bricks/visual_anomaly_detection/brick_compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CUSTOM_MODEL_PATH = path to the custom model directory
33
services:
44
ei-obj-video-anomalies-det-runner:
5-
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.4.5
5+
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.5.0
66
logging:
77
driver: "json-file"
88
options:

0 commit comments

Comments
 (0)