You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/ig-tm-map/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ This demo integrates MONAI Deploy Informatics Gateway and the Task Manager using
27
27
2. Deploy an Argo `kind:WorkflowTemplate` with a MAP. ([sample](./templates/WorkflowTemplateWIthMap.yml))
28
28
3. Configure Informatics Gateway:
29
29
1. Configure an AET deployed in step 2.
30
-
For example, the following command would trigger the `segmentation-map``kind:WorkflowTemplate`and use `segmentation` as the entrypoint to the Argo Workflow. (Please note the space between `segmentation-map` and `segmentation`.)
30
+
For example, the following command would trigger the `segmentation-map``kind:WorkflowTemplate` Argo Workflow. (Please note the space between `segmentation-map`.)
31
31
```
32
-
mig-cli aet add -a SPLEEN -w "segmentation-map" "segmentation"
32
+
mig-cli aet add -a SPLEEN -w "segmentation-map"
33
33
```
34
34
2. Configure source AE title.
35
35
3. Configure destination AE title with your DICOM listener to receive results.
0 commit comments