From 65e8338db20ee7e54f9f370dbc8e8e1af178a379 Mon Sep 17 00:00:00 2001 From: Arun Date: Wed, 29 Oct 2025 15:05:29 -0700 Subject: [PATCH] Update supported inference minimal base images Removed deprecated base images for inference. --- .../concept-prebuilt-docker-images-inference.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/articles/machine-learning/concept-prebuilt-docker-images-inference.md b/articles/machine-learning/concept-prebuilt-docker-images-inference.md index 72d3495cbed..d8d5d4d83d6 100644 --- a/articles/machine-learning/concept-prebuilt-docker-images-inference.md +++ b/articles/machine-learning/concept-prebuilt-docker-images-inference.md @@ -40,8 +40,6 @@ Using prebuilt images helps in several ways: Framework version | CPU/GPU | Pre-installed packages | MCR path --- | --- | --- | --- -NA | CPU | NA | `mcr.microsoft.com/azureml/minimal-ubuntu22.04-py39-cpu-inference:latest` -NA | GPU | NA | `mcr.microsoft.com/azureml/minimal-ubuntu22.04-py39-cuda11.8-gpu-inference:latest` NA | CPU | NA | `mcr.microsoft.com/azureml/minimal-py312-inference:latest` > [!NOTE]