The nvidia-drivers-support
interface is for internal Ubuntu Core use only.
This interface permits the nvidia-assemble snap to access to NVIDIA char devices, /dev/nvidiactl
and /dev/nvidia-uvmfrom
, which it needs to assemble and load the NVIDIA kernel drives.
Interface documentation:
See Interface management and Supported interfaces for further details on how interfaces are used.
Developer details
Auto-connect: no
Super-privileged: no
Code examples
The test code can be found in the snapd repository: https://github.com/snapcore/snapd/blob/master/interfaces/builtin/nvidia_drivers_support_test.go
The source code for the interface is in the snapd repository: https://github.com/snapcore/snapd/blob/master/interfaces/builtin/nvidia_drivers_support.go