Docker File Building Failed

Docker File Building Failed  

  By: mohamed99 on July 12, 2023, 10:51 a.m.

Building the Docker image in /codebuild/

Sending build context to Docker daemon 698.9MB

Step 1/25 : FROM python:3.8-slim toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

Saving the Docker image... The reason for that is that the running machine we submit on, has exceeded its pull rate limit. Please check and thank you.

 Last edited by: mohamed99 on Aug. 15, 2023, 12:58 p.m., edited 2 times in total.

Re: Docker File Building Failed  

  By: apepe on July 13, 2023, 9:28 a.m.

Hi Mohamed,

Do you mean the Algorithm upload platform or your local machine?

We do not see what you upload to the Algorithm upload platform, only the outputs of fully run submissions.

Best, Antonio

Re: Docker File Building Failed  

  By: mohamed99 on July 14, 2023, 9:45 p.m.

Hi Antonio,

The first problem I encountered was that when I tried to create a new tag, it failed during the building process. I did not make any changes to the new tag (by renaming an old tag for the purpose of testing), but the issue was caused by a "pull rate limit error" while trying to pull the Python image. I suspect that this error was caused by the machine that was attempting to pull the image.

Today, I attempted to create a new tag to see if the issue had been resolved. After creating the new tag, I expected it to be automatically detected and the image to be built. However, nothing happened, and it appeared as though the new tag had not been created. However, I have confirmed that the new tag was indeed created and pushed.

I hope this provides more clarity on the issues I have been experiencing. Please let me know if you require any additional information.

Thank you for your support. Mohamed