-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: split core and extra images with additional backends #1162
Comments
fair point, the images got larger as backends were added, and I guess it will just get fatter due to #1144 . We could - at least - split the images to a core and an extra version, which comes with all the python backends as well. |
Can we split the backend by type? like C++, Rust and Python. These backends can be plugins |
|
this is still much wanted as today - we have now a flag to build smaller images ( |
#1309 introduces |
The image is so large that I can't run a Github action as it runs out of space.
Using dive I can see the image has Cuda installed and this takes up a lot of space.
Possible solution
Have a CPU only image with no Cuda?
The text was updated successfully, but these errors were encountered: