Skip to content

Commit bb895e2

Browse files
author
Larry Franks
committed
updates
1 parent f08f45e commit bb895e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/tutorial-train-deploy-model-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ az ml model deploy -n myservice -m "mymodel:1" --ic inferenceConfig.yml --dc aci
370370
```
371371

372372
> [!NOTE]
373-
> You may receive a warning about "Failed to check LocalWebservice existence". You can safely ignore this, as you are not deploying a local web service.
373+
> You may receive a warning about "Failed to check LocalWebservice existence" or "Failed to create Docker client"zzzs. You can safely ignore this, as you are not deploying a local web service.
374374

375375
This command deploys a new service named `myservice`, using version 1 of the model that you registered previously.
376376

0 commit comments

Comments
 (0)