Skip to content

Commit fed8a46

Browse files
Merge pull request #220983 from shohei1029/patch-7
update inference image version (hotfix)
2 parents 4bc7c2f + 0ae107d commit fed8a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-deploy-online-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ In this article, we first define names of online endpoint and deployment for deb
305305
model = Model(path="../model-1/model/sklearn_regression_model.pkl")
306306
env = Environment(
307307
conda_file="../model-1/environment/conda.yml",
308-
image="mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:latest",
308+
image="mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:latest",
309309
)
310310

311311
blue_deployment = ManagedOnlineDeployment(

0 commit comments

Comments
 (0)