Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-audio-classifier-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-audio-classifier-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-classification-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-classification-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-keyword-spot-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
2 changes: 1 addition & 1 deletion src/arduino/app_bricks/keyword_spotting/brick_compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-keyword-spot-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-motion-detection-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
2 changes: 1 addition & 1 deletion src/arduino/app_bricks/motion_detection/brick_compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-motion-detection-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-obj-detection-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.9.0
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
2 changes: 1 addition & 1 deletion src/arduino/app_bricks/object_detection/brick_compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-obj-detection-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# CUSTOM_MODEL_PATH = path to the custom model directory
services:
ei-anomaly-detection-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# CUSTOM_MODEL_PATH = path to the custom model directory
services:
ei-anomaly-detection-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-video-classification-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.9.0
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-video-classification-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-video-obj-detection-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.9.0
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-video-obj-detection-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-obj-video-anomalies-det-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-qnn-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ei-obj-video-anomalies-det-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.9.4
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/ei-models-runner:0.10.0rc1
logging:
driver: "json-file"
options:
Expand Down
2 changes: 1 addition & 1 deletion src/arduino/app_services/genie/service_compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
genie-models-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/genie-models-runner:dev-next
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/genie-models-runner:0.10.0
# Currently, genie-models-runner requires to run as root
user: 0:0
restart: on-failure
Expand Down
2 changes: 1 addition & 1 deletion src/arduino/app_services/genie_audio/service_compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
audio-analytics-runner:
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/audio-analytics-models-runner:dev-next
image: ${DOCKER_REGISTRY_BASE:-ghcr.io/arduino/}app-bricks/audio-analytics-models-runner:0.10.0
user: 0:0
devices:
- /dev/dma_heap/system
Expand Down
Loading