Skip to content

Commit 20fa7c9

Browse files
authored
Update how-to-use-batch-endpoint.md
1 parent 37affdd commit 20fa7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ In this example, you will learn how to add a second deployment __that solves the
680680
1. Enter the name of the environment, in this case `keras-batch-env`.
681681
1. On __Select environment type__ select __Use existing docker image with conda__.
682682
1. On __Container registry image path__, enter `mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04`.
683-
1. On __Customize__ section copy the content of the file `./mnist/environment/conda.yml` included in the repository into the portal. The conda file looks as follows:
683+
1. On __Customize__ section copy the content of the file `./mnist-keras/environment/conda.yml` included in the repository into the portal. The conda file looks as follows:
684684

685685
:::code language="yaml" source="~/azureml-examples-main/cli/endpoints/batch/mnist-keras/environment/conda.yml":::
686686

0 commit comments

Comments
 (0)