I'm trying to pull the pre-built docker images for SageMaker. I am able to successfully docker login
to ECR (my AWS credentials). When I try to pull the image I get the standard no basic auth credentials
.
Maybe I'm misunderstanding... I assumed those ECR URLs were public.
$(aws ecr get-login --region us-west-2 --no-include-email)
docker pull 246618743249.dkr.ecr.us-west-2.amazonaws.com/sagemaker-scikit-learn