Skip to content

Commit ccbf6d9

Browse files
Merge pull request #212151 from shohei1029/patch-5
Update how-to-deploy-custom-container.md
2 parents 9779df8 + d3930f1 commit ccbf6d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/machine-learning/how-to-deploy-custom-container.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ cd azureml-examples/cli
5555

5656
```azurecli
5757
git clone https://github.com/Azure/azureml-examples --depth 1
58-
cd azureml-examples/sdk/endpoints/online/custom-container
58+
cd azureml-examples/sdk
5959
```
6060

61+
See also [the example notebook](https://github.com/Azure/azureml-examples/blob/main/sdk/python/endpoints/online/custom-container/online-endpoints-custom-container.ipynb) but note that `3. Test locally` section in the notebook assumes to run under the `azureml-examples/sdk` directory.
62+
6163
---
6264

6365
## Initialize environment variables

0 commit comments

Comments
 (0)