Skip to content

Commit df7cb93

Browse files
authored
Merge pull request #173990 from shivanissambare/update-curated-env
adding infernece curated environment and MCR
2 parents 0ade7ec + 80472f7 commit df7cb93

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

articles/machine-learning/resource-curated-environments.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,44 @@ For more information on AutoML and Azure ML pipelines, see [use automated ML in
204204

205205
## Inference only curated environments and prebuilt docker images
206206

207-
Read about inference only curated environments and MCR path for prebuilt docker images, see [prebuilt Docker images for inference](concept-prebuilt-docker-images-inference.md#list-of-prebuilt-docker-images-for-inference).
207+
* All the docker images run as non-root user.
208+
* We recommend using `latest` tag for docker images. Prebuilt docker images for inference are published to Microsoft container registry (MCR), to query list of tags available, follow [instructions on their GitHub repository](https://github.com/microsoft/ContainerRegistry#browsing-mcr-content).
209+
210+
### TensorFlow
211+
212+
Framework version | CPU/GPU | Pre-installed packages | MCR Path | Curated environment
213+
--- | --- | --- | --- | --- |
214+
1.15 | CPU | pandas==0.25.1 </br> numpy=1.20.1 | `mcr.microsoft.com/azureml/tensorflow-1.15-ubuntu18.04-py37-cpu-inference:latest` | AzureML-tensorflow-1.15-ubuntu18.04-py37-cpu-inference |
215+
2.4 | CPU | numpy>=1.16.0 </br> pandas~=1.1.x | `mcr.microsoft.com/azureml/tensorflow-2.4-ubuntu18.04-py37-cpu-inference:latest` | AzureML-tensorflow-2.4-ubuntu18.04-py37-cpu-inference |
216+
2.4 | GPU | numpy >= 1.16.0 </br> pandas~=1.1.x </br> CUDA==11.0.3 </br> CuDNN==8.0.5.39 | `mcr.microsoft.com/azureml/tensorflow-2.4-ubuntu18.04-py37-cuda11.0.3-gpu-inference:latest` | AzureML-tensorflow-2.4-ubuntu18.04-py37-cuda11.0.3-gpu-inference |
217+
218+
### PyTorch
219+
220+
Framework version | CPU/GPU | Pre-installed packages | MCR Path | Curated environment
221+
--- | --- | --- | --- | --- |
222+
1.6 | CPU | numpy==1.20.1 </br> pandas==0.25.1 | `mcr.microsoft.com/azureml/pytorch-1.6-ubuntu18.04-py37-cpu-inference:latest` | AzureML-pytorch-1.6-ubuntu18.04-py37-cpu-inference |
223+
1.7 | CPU | numpy>=1.16.0 </br> pandas~=1.1.x | `mcr.microsoft.com/azureml/pytorch-1.7-ubuntu18.04-py37-cpu-inference:latest` | AzureML-pytorch-1.7-ubuntu18.04-py37-cpu-inference |
224+
225+
### SciKit-Learn
226+
227+
Framework version | CPU/GPU | Pre-installed packages | MCR Path | Curated environment
228+
--- | --- | --- | --- | --- |
229+
0.24.1 | CPU | scikit-learn==0.24.1 </br> numpy>=1.16.0 </br> pandas~=1.1.x | `mcr.microsoft.com/azureml/sklearn-0.24.1-ubuntu18.04-py37-cpu-inference:latest` | AzureML-sklearn-0.24.1-ubuntu18.04-py37-cpu-inference |
230+
231+
### ONNX Runtime
232+
233+
Framework version | CPU/GPU | Pre-installed packages | MCR Path | Curated environment
234+
--- | --- | --- | --- | --- |
235+
1.6 | CPU | numpy>=1.16.0 </br> pandas~=1.1.x | `mcr.microsoft.com/azureml/onnxruntime-1.6-ubuntu18.04-py37-cpu-inference:latest` |AzureML-onnxruntime-1.6-ubuntu18.04-py37-cpu-inference |
236+
237+
### XGBoost
238+
239+
Framework version | CPU/GPU | Pre-installed packages | MCR Path | Curated environment
240+
--- | --- | --- | --- | --- |
241+
0.9 | CPU | scikit-learn==0.23.2 </br> numpy==1.20.1 </br> pandas==0.25.1 | `mcr.microsoft.com/azureml/xgboost-0.9-ubuntu18.04-py37-cpu-inference:latest` | AzureML-xgboost-0.9-ubuntu18.04-py37-cpu-inference |
242+
243+
### No framework
244+
245+
Framework version | CPU/GPU | Pre-installed packages | MCR Path | Curated environment
246+
--- | --- | --- | --- | --- |
247+
NA | CPU | NA | `mcr.microsoft.com/azureml/minimal-ubuntu18.04-py37-cpu-inference:latest` | AzureML-minimal-ubuntu18.04-py37-cpu-inference |

0 commit comments

Comments
 (0)