diff --git a/docs_src/use-cases/automated-self-checkout/getting_started.md b/docs_src/use-cases/automated-self-checkout/getting_started.md index ae3f39b..9eff6f8 100644 --- a/docs_src/use-cases/automated-self-checkout/getting_started.md +++ b/docs_src/use-cases/automated-self-checkout/getting_started.md @@ -121,10 +121,19 @@ Example: make run-demo REGISTRY=false {"objects":[{"detection":{"bounding_box":{"x_max":1.0,"x_min":0.6974737628926411,"y_max":0.8381138710318847,"y_min":0.44749696271196093},"confidence":0.7188630104064941,"label":"person","label_id":0},"h":422,"region_id":576,"roi_type":"person","w":581,"x":1339,"y":483}],"resolution":{"height":1080,"width":1920},"timestamp":133305076} ``` -8. Stop the demo using docker compose down -```bash -make down -``` +8. Stop the containers: + + When pre-built images are used- + + ```bash + make down + ``` + + When images are built locally- + + ```bash + make down REGISTRY=false + ``` ## [Proceed to Advanced Settings](advanced.md) diff --git a/docs_src/use-cases/loss-prevention/getting_started.md b/docs_src/use-cases/loss-prevention/getting_started.md index a4ed027..5ba07b6 100644 --- a/docs_src/use-cases/loss-prevention/getting_started.md +++ b/docs_src/use-cases/loss-prevention/getting_started.md @@ -193,9 +193,18 @@ Example: make run-lp REGISTRY=false ``` -9. Stop the demo using docker compose down +9. Stop the containers: + + When pre-built images are pulled- + ```bash make down-lp ``` + When images are built locally- + + ```bash + make down-lp REGISTRY=false + ``` + ## [Proceed to Advanced Settings](advanced.md) diff --git a/docs_src/use-cases/order-accuracy/getting_started.md b/docs_src/use-cases/order-accuracy/getting_started.md index dff1acc..97fc173 100644 --- a/docs_src/use-cases/order-accuracy/getting_started.md +++ b/docs_src/use-cases/order-accuracy/getting_started.md @@ -104,9 +104,14 @@ Example: make run-demo REGISTRY=false r