Skip to content

Commit 0f3a5c0

Browse files
pritamsosdgilley
andauthored
Update articles/machine-learning/v1/how-to-attach-compute-targets.md
Co-authored-by: Sheri Gilley <[email protected]>
1 parent 7880cdf commit 0f3a5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/v1/how-to-attach-compute-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ With Azure Machine Learning, you can train your model on various resources or en
6161

6262
When you use your local computer for **training**, there is no need to create a compute target. Just [submit the training run](../how-to-set-up-training-targets.md) from your local machine.
6363

64-
When you use your local computer for **inference**, you must have Docker installed. To perform the deployment, use [LocalWebservice.deploy_configuration()](/python/api/azureml-core/azureml.core.webservice.local.localwebservice#deploy-configuration-port-none-) to define the port that the web service will use. Then use the normal deployment process as described in [Deploy models with Azure Machine Learning](../how-to-deploy-managed-online-endpoints.md).
64+
When you use your local computer for **inference**, you must have Docker installed. To perform the deployment, use [LocalWebservice.deploy_configuration()](/python/api/azureml-core/azureml.core.webservice.local.localwebservice#deploy-configuration-port-none-) to define the port that the web service will use. Then use the normal deployment process as described in [Deploy models with Azure Machine Learning](how-to-deploy-and-where.md).
6565

6666
## Remote virtual machines
6767

0 commit comments

Comments
 (0)