-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels