github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/devices/index.mdx (about) 1 --- 2 layout: docs 3 page_title: Device Plugins 4 description: Device Plugins are used to expose devices to tasks in Nomad. 5 --- 6 7 # Device Plugins 8 9 Device plugins are used to detect and make devices available to tasks in 10 Nomad. Devices are physical hardware that exists on a client node such as a 11 GPU or an FPGA. By having extensible device plugins, Nomad has the flexibility 12 to support a broad set of devices and allows the community to build additional 13 device plugins as needed. 14 15 The list of supported device plugins is provided on the left of this page. 16 Each device plugin documents its configuration and installation requirements, 17 the attributes it fingerprints, and the environment variables it exposes to 18 tasks.