-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker image build fails frequently #1252
Comments
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
The same docker build process took about 4 minutes in build_only runner (https://github.com/Project-MONAI/MONAI/runs/1413950455?check_suite_focus=true). If docker hub has computation/memory quota, we can remove the build process used in docker hub and add a |
that sounds great @IsaacYangSLA, thanks! could you send a PR to extend the local docker step? perhaps could incorporate the changes in #1253 if they are useful. the webhook will also trigger build for a tagging push (for milestone releases), so for now let's not completely cancel the webhook |
I basically just did that to solve the issue w/ rate limits on hub.docker.com. Here's my PR: That's how I'd solve the issue: |
Describe the bug
recently the docker image build on DockerHub fails frequently without specific error msg:
this might due to longer building time or larger disk space requirement, need some investigations here.
Additional context
https://hub.docker.com/repository/docker/projectmonai/monai/builds
The text was updated successfully, but these errors were encountered: