Skip to content

Commit 82bed98

Browse files
jessicaearayilsajeevrajput
authored andcommitted
removed mraas and model registry references
1 parent 745fe31 commit 82bed98

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-guides/integrate-balluff-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ services:
154154
.
155155
network_mode: "host"
156156
# networks:
157-
# - mraas
157+
# - industrial-edge-vision
158158
```
159159

160160
Additionally, add the following entries to the `/etc/hosts` file on the host machine:

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-guides/integrate-pylon-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ services:
139139
.
140140
network_mode: "host"
141141
# networks:
142-
# - mraas
142+
# - industrial-edge-vision
143143
```
144144

145145
Additionally, add the following entries to the `/etc/hosts` file on the host machine:

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/how-to-guides/integrate-balluff-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ services:
174174
.
175175
network_mode: "host"
176176
# networks:
177-
# - mraas
177+
# - industrial-edge-vision
178178
```
179179

180180
Additionally, add the following entries to the `/etc/hosts` file on the host machine:

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/how-to-guides/integrate-pylon-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ services:
160160
.
161161
network_mode: "host"
162162
# networks:
163-
# - mraas
163+
# - industrial-edge-vision
164164
```
165165

166166
Additionally, add the following entries to the `/etc/hosts` file on the host machine:

manufacturing-ai-suite/industrial-edge-insights-vision/tests/common_library/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def docker_compose_down(self):
389389
print(docker_ps_output)
390390
lines = docker_ps_output.strip().split('\n')[1:]
391391
running_containers = []
392-
project_containers = ['dlstreamer-pipeline-server', 'prometheus', 'coturn', 'model-registry', 'otel-collector', 'mediamtx-server', 'mraas_postgres', 'minio', 'industrial-edge-insights-vision_vol_minio_data', 'industrial-edge-insights-vision_mr_postgres_data', 'industrial-edge-insights-vision_vol_pipeline_root']
392+
project_containers = ['dlstreamer-pipeline-server', 'prometheus', 'coturn', 'otel-collector', 'mediamtx-server', 'minio', 'industrial-edge-insights-vision_vol_minio_data', 'industrial-edge-insights-vision_vol_pipeline_root']
393393

394394
for line in lines:
395395
if line.strip():

0 commit comments

Comments
 (0)