-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Description
Hi There,
I'm trying to test the linear learner example notebook on my local machine usinge 'local mode'. I seem to be running into an issue during the step "Fit a LinearLearner Model with the preprocessed data".
"Error response from daemon: pull access denied for 382416733822.dkr.ecr.us-east-1.amazonaws.com/linear-learner, repository does not exist or may require 'docker login': denied: User: arn:aws:iam:::user/ is not authorized to perform: ecr:BatchGetImage on resource: arn:aws:ecr:us-east-1:382416733822:repository/linear-learner"
Does this step require a SageMaker notebook instance in the cloud?
I've given the account administrative privileges to ECR and used "aws ecr get-login --no-include-email --registry-ids 382416733822 --region us-east-1" to authenticate docker.