Browse Source

Merge pull request #412 from tangming1996/main

update doc
tags/v0.7.0
KubeEdge Bot GitHub 2 years ago
parent
commit
23dfbaaae9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      examples/joint_inference/helmet_detection_inference/README.md

+ 2
- 0
examples/joint_inference/helmet_detection_inference/README.md View File

@@ -111,6 +111,7 @@ spec:
template: template:
spec: spec:
nodeName: $EDGE_NODE nodeName: $EDGE_NODE
dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- image: kubeedge/sedna-example-joint-inference-helmet-detection-little:v0.3.0 - image: kubeedge/sedna-example-joint-inference-helmet-detection-little:v0.3.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
@@ -148,6 +149,7 @@ spec:
template: template:
spec: spec:
nodeName: $CLOUD_NODE nodeName: $CLOUD_NODE
dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- image: kubeedge/sedna-example-joint-inference-helmet-detection-big:v0.3.0 - image: kubeedge/sedna-example-joint-inference-helmet-detection-big:v0.3.0
name: big-model name: big-model


Loading…
Cancel
Save