Dvlv / BoxBuddyRS

A Graphical Interface for Distrobox
MIT License
229 stars 24 forks source link

[Feature Request] --nvidia option at creating a new container #17

Closed VortexAcherontic closed 7 months ago

VortexAcherontic commented 7 months ago

When creating a new distrobox container an option to allow for integrating the host nvidia driver is missing.

distrobox-create --name mybox --nvidia

Dvlv commented 7 months ago

This is applied automatically if NVIDIA is detected by lspci.

https://github.com/Dvlv/BoxBuddyRS/blob/4ffdfe2d5036538378050dd741531914c905a67b/src/distrobox_handler.rs#L236

VortexAcherontic commented 7 months ago

This is applied automatically if NVIDIA is detected by lspci.

https://github.com/Dvlv/BoxBuddyRS/blob/4ffdfe2d5036538378050dd741531914c905a67b/src/distrobox_handler.rs#L236

Yep I spotted this already 😅 maybe I should have had take a look at the code before randomly opening issues. I am very sorry for all this confusion and unnecessary reports.