MMDetection pipeline component "Model Prediction" failed due to Docker error

jrud 15 Reputation points
2025-05-06T13:43:45.7166667+00:00

Hi,

I am running the MMDetection pipeline mmdetection_image_objectdetection_instancesegmentation_pipeline invoked by a modified version of the mmdetection-fridgeobjects-object-detection.ipynb example. Until the model prediction step, the pipeline runs fine but the prediction component fails with the message "Failed to execute command group with error An unexpected error occurred while executing command due to: Failed to pull Docker image mcr.microsoft.com/azureml/curated/model-evaluation:45 due to: Some(DockerError("Docker stream error"))"

I've tried running an earlier version of the pipeline but then the same error occurs at an earlier stage.

Thanks!

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,409 questions
0 comments No comments
{count} votes

Accepted answer
  1. Azar 28,155 Reputation points MVP
    2025-05-06T16:23:05.8033333+00:00

    Hi there jrud

    Thanks for using QandA platform

    Guess the ML couldn’t pull the Docker image model-evaluation:45 from MCR.

    Try Manually pulling it: docker pull mcr.microsoft.com/azureml/curated/model-evaluation:45 and Checking firewall or network restrictions. give it a restart if it doesnt work

    if possible try with a different image version if possible.

    If nothing helps i suggest you to raise a support req4

    https://portal.azure.com/#view/Microsoft_Azure_Support/HelpAndSupportBlade/~/overview

    If this helps kindly accept the answer thanks much.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.