30 lines
903 B
Plaintext
30 lines
903 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'Device Plugins: External'
|
|
description: 'A list of external Device Plugins.'
|
|
---
|
|
|
|
# External Device Plugins
|
|
|
|
Nomad has a plugin system for defining task drivers. External device driver
|
|
plugins will have the same user experience as built in devices.
|
|
|
|
Below is a list of official external task drivers you can use with Nomad:
|
|
|
|
- [Nvidia][nvidia]
|
|
|
|
## Community Supported
|
|
|
|
If you have authored a device plugin that you believe will be useful to the
|
|
broader Nomad community and you are committed to maintaining the plugin,
|
|
please file a PR to add your plugin to this page. For details on authoring a
|
|
device plugin, please refer to the [plugin authoring guide][plugin_guide].
|
|
|
|
Below is a list of community-support task drivers you can use with Nomad:
|
|
|
|
- [USB][usb]
|
|
|
|
[plugin_guide]: /docs/internals/plugins
|
|
[nvidia]: /docs/devices/external/nvidia
|
|
[usb]: /docs/devices/external/usb
|