amdgpu_top in a container
latest: latest amdgpu_top on top of scratch image0.11.2-r0: you can choose specific version of amdgpu_top
docker run \
--rm \
--interactive \
--tty \
--device /dev/dri \
ghcr.io/queeup-containers/amdgpu_top-container:latestdocker build -t amdgpu_top-container --file Containerfile .