You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that if I update the lowest image in our stack - ml-infra-base-python - the CI build fails due to the log exceeding the maximum length limit.
This is most likely due to building numpy and scipy, which floods the console with verbose compilation commands.
I am not sure what's the best way to solve this problem:
Silence numpy and scipy
Invent something else in the CI scripts and avoid this problem once and for all
The text was updated successfully, but these errors were encountered:
I would start limiting the amount of output of the most verbose parts of the build but done in a way that you know where the problem is so that you can reproduce it.
I have noticed that if I update the lowest image in our stack -
ml-infra-base-python
- the CI build fails due to the log exceeding the maximum length limit.This is most likely due to building numpy and scipy, which floods the console with verbose compilation commands.
I am not sure what's the best way to solve this problem:
The text was updated successfully, but these errors were encountered: