pipeless-ai / pipeless

An open-source computer vision framework to build and deploy apps in minutes
https://pipeless.ai
Apache License 2.0
688 stars 31 forks source link

fix(workflows): Increase build space in CUDA runner #131

Closed miguelaeh closed 5 months ago

miguelaeh commented 5 months ago

Description of the change

The CUDA runner was failling to build images because it was running out of space. This PR adds a first step to the workflow to remove some big packages to increase the build space on the runner.

Benefits

Possible drawbacks

Applicable issues

Additional information