-
Notifications
You must be signed in to change notification settings - Fork 120
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 build workflows #517
Comments
deleted my comment that was incorrect. |
So the message is
No space is not an issue we can easily solve. Maybe large runners. Alternatively, this can also be run on private runners instead of on github runners... |
I had another look at the CPU build and that is due to a bug in the script
|
I just realized we are a bit lucky, because re-building these images would have changed the (versioned) static images for Fastsurfer. That means same version docker Images may have lead to different images based on when they were pulled... |
I stoped automated runs of this workflow in dev and stable for now. Once we decided how to do this in the future, we can delete those files. |
Description
Currently docker build workflow seem to be broken:
https://github.com/Deep-MI/FastSurfer/actions/runs/8897578099
Maybe this is still not adjusted to the current build workflow? It started when I published a release, the CPU version build (but did not upload, which could be because this version is already published there, or because it does not understand the all-tags flag?).
The GPU version never builds.
We should discuss how we want this to work in the future and fix it. One issue is that optimally the version that is uploaded to docker should also be the image that was tested with out test pipeline. So maybe we should disable the workflow?
The text was updated successfully, but these errors were encountered: