Skip to content

Commit 478ed45

Browse files
authored
Merge pull request #277190 from dem108/patch-28
Mention curated environments for Inferencing
2 parents 7f3cc5d + 8d85571 commit 478ed45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/machine-learning/concept-prebuilt-docker-images-inference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ NA | GPU | NA | `mcr.microsoft.com/azureml/minimal-ubuntu20.04-py38-cuda11.6.2-g
4343
NA | CPU | NA | `mcr.microsoft.com/azureml/minimal-ubuntu22.04-py39-cpu-inference:latest`
4444
NA | GPU | NA | `mcr.microsoft.com/azureml/minimal-ubuntu22.04-py39-cuda11.8-gpu-inference:latest`
4545

46+
> [!NOTE]
47+
> Azure Machine Learning supports [Curated environments](resource-curated-environments.md). You can [browse curated environments](how-to-manage-environments-in-studio.md#browse-curated-environments) and add filter for `Tags: Inferencing`.
4648
4749
## Related content
4850

4951
* [GitHub examples of how to use inference prebuilt Docker images](https://github.com/Azure/azureml-examples/tree/main/cli/endpoints/online/custom-container)
5052
* [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md)
51-
* [Use a custom container to deploy a model to an online endpoint](how-to-deploy-custom-container.md)
53+
* [Use a custom container to deploy a model to an online endpoint](how-to-deploy-custom-container.md)

0 commit comments

Comments
 (0)