docker-kasm/root/gpuinfo.sh

3 lines
83 B
Bash
Executable File

#! /bin/bash
drm_info -j 2>/dev/null| jq -c 'with_entries(.value |= .driver.desc)'