Skip to content

Commit 7b2c44d

Browse files
authored
Update tutorial-deploy-models-with-aml.md
Fixed "envrionment."
1 parent 8a14fae commit 7b2c44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/tutorial-deploy-models-with-aml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Configure the image and deploy. The following code goes through these steps:
128128
1. Create environment object containing dependencies needed by the model using the environment (`tutorial-env`) saved during training.
129129
1. Create inference configuration necessary to deploy the model as a web service using:
130130
* The scoring file (`score.py`)
131-
* envrionment object created in previous step
131+
* environment object created in previous step
132132
1. Deploy the model to the ACI container.
133133
1. Get the web service HTTP endpoint.
134134

0 commit comments

Comments
 (0)