diff --git a/cli/pkg/gpu/prepares.go b/cli/pkg/gpu/prepares.go index 5d9901583..abe68aa71 100644 --- a/cli/pkg/gpu/prepares.go +++ b/cli/pkg/gpu/prepares.go @@ -118,7 +118,7 @@ func (p *NvidiaGraphicsCard) PreCheck(runtime connector.Runtime) (found bool, er } }() output, err := runtime.GetRunner().SudoCmd( - "lspci | grep -i vga | grep -i nvidia", false, false) + "lspci | grep -i -e vga -e 3d | grep -i nvidia", false, false) // an empty grep also results in the exit code to be 1 // and thus a non-nil err if err != nil {