question

MoresiMarco-2752 avatar image
0 Votes"
MoresiMarco-2752 asked romungi-MSFT answered

Not able to pull docker image from Container Registry

Hello community,
I'm facing a problem, my ACR in my resource group was deleted and I couldn't create any instance. I created again and now I can create instances but i'm having problems to run the dataset profile. It's failing to pull the image docker.

This is the output

 AzureMLCompute job failed.
 FailedPullingImage: Unable to pull docker image
     imageName: 19acd0cdf57549bcace363c924cf045b.azurecr.io/azureml/azureml_e7e3dfebc6129c75c60868383ebc992f
     error: Run docker command to pull public image failed with error: Error response from daemon: Get https://19acd0cdf57549bcace363c924cf045b.azurecr.io/v2/azureml/azureml_e7e3dfebc6129c75c60868383ebc992f/manifests/latest: unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information.
 .
     Reason: Error response from daemon: Get https://19acd0cdf57549bcace363c924cf045b.azurecr.io/v2/azureml/azureml_e7e3dfebc6129c75c60868383ebc992f/manifests/latest: unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information.
    
     Info: Failed to setup runtime for job execution: Job environment preparation failed on 10.0.0.5 with err exit status 1.

The ML Studio has the following permissions on the ACR permissions

132698-unbenannt.png


The docker image appears in the repositories of the ACR

132781-unbenannt2.png


Any hint how can i solve this problem?

Thanks in advance


azure-machine-learningdotnet-adazure-container-registry
unbenannt2.png (25.5 KiB)
unbenannt.png (5.6 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

romungi-MSFT avatar image
2 Votes"
romungi-MSFT answered

@MoresiMarco-2752 Does this container registry have the admin account enabled? A requirement while creating a workspace with an existing container registry is to have the admin account enabled.

If you have already enabled it then a re-sync of keys might be required for your workspace.

 az ml workspace sync-keys -w <workspace-name> -g <resource-group-name>

Deleting the default container registry used by the workspace can also cause the workspace to break.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @romungi-MSFT thanks for the answer! it worked perfectly!

0 Votes 0 ·