From 21960c3edadd5c3dd2b01f5a58a79b7f47d91477 Mon Sep 17 00:00:00 2001 From: Alexandre Ferreira Date: Tue, 9 Jun 2020 18:22:16 -0500 Subject: [PATCH] Update conf.yaml to support nvidia-gpu --- conf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.yaml b/conf.yaml index d7408e3..6daf25d 100644 --- a/conf.yaml +++ b/conf.yaml @@ -24,3 +24,5 @@ nummaxdevices: 1 - devicematch: ^ttyS[0-9]*$ nummaxdevices: 1 +- devicematch: nvidia-gpu + nummaxdevices: 10