Skip to content

Commit c251b2e

Browse files
committed
corrected curl for https
1 parent 3ca7568 commit c251b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pcb-anomaly-detection/how-to-guides/use-npu-for-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The pipeline `pcb_anomaly_detection_npu` in pipeline-server-config contains NPU
5757

5858
>If you're running a single instance and using an `NGINX_HTTPS_PORT` other than the default 443, replace `<HOST_IP>` with `<HOST_IP>:<NGINX_HTTPS_PORT>`.
5959
```sh
60-
curl http://<HOST_IP>/api/pipelines/user_defined_pipelines/pcb_anomaly_detection_npu -X POST -H 'Content-Type: application/json' -d '{
60+
curl -k https://<HOST_IP>/api/pipelines/user_defined_pipelines/pcb_anomaly_detection_npu -X POST -H 'Content-Type: application/json' -d '{
6161
"source": {
6262
"uri": "file:///home/pipeline-server/resources/videos/anomalib_pcb_test.avi",
6363
"type": "uri"

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/weld-porosity/how-to-guides/use-npu-for-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The pipeline `weld_porosity_classification_npu` in pipeline-server-config contai
5757

5858
>If you're running a single instance and using an `NGINX_HTTPS_PORT` other than the default 443, replace `<HOST_IP>` with `<HOST_IP>:<NGINX_HTTPS_PORT>`.
5959
```sh
60-
curl http://<HOST_IP>/api/pipelines/user_defined_pipelines/weld_porosity_classification_npu -X POST -H 'Content-Type: application/json' -d '{
60+
curl -k https://<HOST_IP>/api/pipelines/user_defined_pipelines/weld_porosity_classification_npu -X POST -H 'Content-Type: application/json' -d '{
6161
"source": {
6262
"uri": "file:///home/pipeline-server/resources/videos/welding.avi",
6363
"type": "uri"

0 commit comments

Comments
 (0)