[Bug 1872124] Re: Please integrate ubuntu-drivers --gpgpu into Ubuntu Server
Lee Trager
lee.trager at canonical.com
Wed Apr 15 21:33:26 UTC 2020
MAAS contains a way to automatically install drivers. Every region has a
file, /etc/maas/drivers.yaml, which specifies drivers which should be
automatically installed. I don't have access to any test hardware but I
*think* this should work. One thing I noticed is there isn't a meta
package for the nVidia driver which points to the latest version for
each Ubuntu release. We would need that before adding this to MAAS.
diff --git a/drivers-orig.yaml b/drivers.yaml
index 2d3724c..97a4eb2 100644
--- a/drivers-orig.yaml
+++ b/drivers.yaml
@@ -82,3 +82,10 @@ drivers:
repository: http://downloads.linux.hpe.com/SDR/repo/ubuntu-hpdsa
series:
- trusty
+- blacklist: nouveau
+ comment: nVidia driver
+ modaliases:
+ - 'pci:v000010DEd*sv*sd*bc03sc02i00*'
+ - 'pci:v000010DEd*sv*sd*bc03sc00i00*'
+ - module: nvidia
+ - package: nvidia-headless-440
** Changed in: maas
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1872124
Title:
Please integrate ubuntu-drivers --gpgpu into Ubuntu Server
Status in cloud-init:
New
Status in MAAS:
Triaged
Status in subiquity:
Triaged
Status in ubuntu-drivers-common package in Ubuntu:
New
Status in ubuntu-meta package in Ubuntu:
New
Bug description:
Could subiquity provide an option in the UI to install and execute
ubuntu-drivers-common on the target? The use case I'm interested in is
an "on-rails" installation of Nvidia drivers for servers being
installed for deep learning workloads.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1872124/+subscriptions
More information about the foundations-bugs
mailing list