We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769d52e commit a53cd71Copy full SHA for a53cd71
articles/machine-learning/tutorial-deploy-models-with-aml.md
@@ -127,7 +127,7 @@ Estimated time to complete: **about 2-5 minutes**
127
128
Configure the image and deploy. The following code goes through these steps:
129
130
-1. Create environment object containing dependencies needed by the model using the environment file (`myenv.yml`)
+1. Create environment object containing dependencies needed by the model using the environment (`tutorial-env`) saved during training.
131
1. Create inference configuration necessary to deploy the model as a web service using:
132
* The scoring file (`score.py`)
133
* envrionment object created in previous step
0 commit comments