Skip to content

Commit 0b79e72

Browse files
authored
Update how-to-deploy-and-where.md
1 parent f11725f commit 0b79e72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/machine-learning/service/how-to-deploy-and-where.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,12 @@ The following sections demonstrate how to create the deployment configuration, a
218218

219219
## Deploy to target
220220

221-
### <a id="local"></a> Local
221+
### <a id="local"></a> Local deployment
222+
223+
To deploy locally, you need to have **Docker installed** on your local machine.
222224

223225
The examples in this section use [deploy_from_image](https://docs.microsoft.com/python/api/azureml-core/azureml.core.webservice(class)?view=azure-ml-py#deploy-from-model-workspace--name--models--image-config--deployment-config-none--deployment-target-none-), which requires you to register the model and image before doing a deployment. For more information on other deployment methods, see [deploy](https://docs.microsoft.com/python/api/azureml-core/azureml.core.webservice(class)?view=azure-ml-py#deploy-workspace--name--model-paths--image-config--deployment-config-none--deployment-target-none-) and [deploy_from_model](https://docs.microsoft.com/python/api/azureml-core/azureml.core.webservice(class)?view=azure-ml-py#deploy-from-model-workspace--name--models--image-config--deployment-config-none--deployment-target-none-).
224226

225-
**To deploy locally, you need to have Docker installed on your local machine.**
226227

227228
+ **Using the SDK**
228229

0 commit comments

Comments
 (0)