aws-samples / sagemaker-studio-image-build-cli

CLI for building Docker images in SageMaker Studio using AWS CodeBuild.
https://pypi.org/project/sagemaker-studio-image-build/
MIT No Attribution
56 stars 25 forks source link

Using sm-docker too often triggers throttling on dockerhub #26

Open absynthe opened 1 year ago

absynthe commented 1 year ago

After running sm-docker for 3-4 times in the same hour I get the error: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

absynthe commented 1 year ago

Can be fixed by using use public.ecr.aws images instead of docker ones. This should be added to the docs.