Skip to content

Commit 9769e3b

Browse files
authored
Update how-to-use-batch-endpoint.md
1 parent a7adcb3 commit 9769e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-use-batch-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ A deployment is a set of resources required for hosting the model that does the
269269
* The environment in which the model runs.
270270
* The pre-created compute and resource settings.
271271
272-
1. Create an environment where your batch deployment will run. Such environment needs to include the packages `azureml-core` and `azureml-dataset-runtime[fuse]` which are required by batch ednpoints plus any dependency your code requires for running. In this case, the dependencies have been captured in a `conda.yml`:
272+
1. Create an environment where your batch deployment will run. Such environment needs to include the packages `azureml-core` and `azureml-dataset-runtime[fuse]` which are required by batch endpoints plus any dependency your code requires for running. In this case, the dependencies have been captured in a `conda.yml`:
273273
274274
__mnist/environment/conda.yml__
275275

0 commit comments

Comments
 (0)