Skip to content

Commit ffe6f7c

Browse files
committed
tidy-up
1 parent ed2f931 commit ffe6f7c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/arduino/app_bricks/video_imageclassification/brick_compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ services:
1414
- "/run/udev:/run/udev"
1515
command: ["--model-file", "${EI_CLASSIFICATION_MODEL:-/models/ootb/ei/mobilenet-v2-224px.eim}", "--dont-print-predictions", "--mode", "streaming-tcp-server", "--preview-original-resolution"]
1616
healthcheck:
17-
# test: [ "CMD-SHELL", "wget -q --spider http://ei-video-classification-runner:4912 || exit 1" ]
18-
# test: [ "CMD-SHELL", "pgrep -f gstreamer || pgrep -f gst-launch || exit 1" ]
1917
test: [ "CMD-SHELL", "netstat -tuln | grep :5050 || exit 1" ]
2018
interval: 2s
2119
timeout: 2s

src/arduino/app_bricks/video_objectdetection/brick_compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ services:
1414
- "/run/udev:/run/udev"
1515
command: ["--model-file", "${EI_OBJ_DETECTION_MODEL:-/models/ootb/ei/yolo-x-nano.eim}", "--dont-print-predictions", "--mode", "streaming-tcp-server", "--preview-original-resolution"]
1616
healthcheck:
17-
# test: [ "CMD-SHELL", "wget -q --spider http://ei-video-obj-detection-runner:4912 || exit 1" ]
18-
# test: [ "CMD-SHELL", "pgrep -f gstreamer || pgrep -f gst-launch || exit 1" ]
1917
test: [ "CMD-SHELL", "netstat -tuln | grep :5050 || exit 1" ]
2018
interval: 2s
2119
timeout: 2s

0 commit comments

Comments
 (0)