aws-samples / sagemaker-run-notebook

Tools to run Jupyter notebooks as jobs in Amazon SageMaker - ad hoc, on a schedule, or in response to events
Apache License 2.0
142 stars 69 forks source link

run-notebook create-container - toomanyrequests #22

Closed simonprudhomme closed 3 years ago

simonprudhomme commented 3 years ago

Hi,

When creating the docker image with run-notebook create-container, I received this error message. What can I do ?

[Container] 2021/07/14 21:13:37 Running command docker pull -q ${BASE_IMAGE}
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
simonprudhomme commented 3 years ago

Solved. I just had to create a Docker Account and log in (on Docker Desktop with MacOS)

fjpa121197 commented 2 years ago

Hi @simonprudhomme, how did you solve this? I'm currently running this tool in sagemaker studio. So not really sure how can I login to my docker account from it.