Closed orfeas-k closed 10 months ago
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5180.
This message was autogenerated
Tried implementing (2) option only but didn't change much for mlserver-huggingface
https://github.com/canonical/seldonio-rocks/actions/runs/7459902457/job/20297948981?pr=66#step:6:2. It still failed with "write /dev/stdout: no space left on device"
Implementing both seems to work as we see https://github.com/canonical/seldonio-rocks/actions/runs/7460461633/job/20299668263?pr=66#step:9:20.
Bug Description
As seen in this mlserver-huggingface run, the action fails with
write /dev/stdout: no space left on device
. The built rock image is a pretty big one (3.7GB), thus my understanding is that the action fails during this part of the commandsince
docker save
requires approximately another time the size of the.rock
file in space.Solution
We could:
.rock
file after export rock to docker step, since it's no longer neededTo Reproduce
Rerun https://github.com/canonical/seldonio-rocks/actions/runs/7210894339/job/19680829633#step:7:20.
Environment
Github runner
Relevant Log Output
Additional Context
No response