Skip to content

Commit 515791d

Browse files
committed
Application note content update
1 parent 4aec59e commit 515791d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/16.edge-ai-docker-container/content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ services:
604604
command: ["inference", "1337"]
605605
606606
inference:
607-
image: public.ecr.aws/g7a8t7v6/inference-container:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
607+
image: public.ecr.aws/g7a8t7v6/inference-container:48cd3f0d76c701a6070a27a8d9487d1733c155aa
608608
restart: unless-stopped
609609
ports:
610610
- 1337:1337
@@ -613,7 +613,7 @@ services:
613613
aliases:
614614
- ei-inference
615615
command: [
616-
"--api-key", "ei_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
616+
"--api-key", "ei_38f54891ee062462d3d28bd9648dd6ae766b2093796e4d384f0ae2c0e56d0a5b",
617617
"--run-http-server", "1337",
618618
"--force-target", "runner-linux-aarch64",
619619
"--model-variant", "int8"]
@@ -926,7 +926,7 @@ services:
926926
command: ["inference", "1337"]
927927
928928
inference:
929-
image: public.ecr.aws/g7a8t7v6/inference-container:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
929+
image: public.ecr.aws/g7a8t7v6/inference-container:48cd3f0d76c701a6070a27a8d9487d1733c155aa
930930
restart: unless-stopped
931931
ports:
932932
- 1337:1337
@@ -935,7 +935,7 @@ services:
935935
aliases:
936936
- ei-inference
937937
command: [
938-
"--api-key", "ei_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
938+
"--api-key", "ei_38f54891ee062462d3d28bd9648dd6ae766b2093796e4d384f0ae2c0e56d0a5b",
939939
"--run-http-server", "1337",
940940
"--force-target", "runner-linux-aarch64",
941941
"--model-variant", "int8"]

0 commit comments

Comments
 (0)