Skip to content

Commit a53cd71

Browse files
committed
minor text change
1 parent 769d52e commit a53cd71

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
@@ -127,7 +127,7 @@ Estimated time to complete: **about 2-5 minutes**
127127

128128
Configure the image and deploy. The following code goes through these steps:
129129

130-
1. Create environment object containing dependencies needed by the model using the environment file (`myenv.yml`)
130+
1. Create environment object containing dependencies needed by the model using the environment (`tutorial-env`) saved during training.
131131
1. Create inference configuration necessary to deploy the model as a web service using:
132132
* The scoring file (`score.py`)
133133
* envrionment object created in previous step

0 commit comments

Comments
 (0)