Skip to content

Commit a823dd3

Browse files
authored
Update machine-learning-service-inference-config.md
1 parent 72b62c2 commit a823dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/machine-learning-service-inference-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can include full specifications of an Azure Machine Learning [environment](/
2323
"docker": {
2424
"arguments": [],
2525
"baseDockerfile": null,
26-
"baseImage": "mcr.microsoft.com/azureml/base:intelmpi2018.3-ubuntu16.04",
26+
"baseImage": "mcr.microsoft.com/azureml/intelmpi2018.3-ubuntu18.04",
2727
"enabled": false,
2828
"sharedVolumes": true,
2929
"shmSize": null
@@ -75,4 +75,4 @@ It also uses the latest version of an existing Azure Machine Learning [environme
7575

7676
```azurecli-interactive
7777
az ml model deploy -m mymodel:1 --ic myInferenceConfig.json -e AzureML-Minimal --dc deploymentconfig.json
78-
```
78+
```

0 commit comments

Comments
 (0)