[Package Request] - NVTOP
Please add NVTOP. It use very useful on GPU based instances. More info about the package can be found here: https://github.com/Syllo/nvtop.
Any update on adding this?
For those that need to install nvtop on Amazon Linux 2023. Worked with an Amazon Support engineer to figure out.
dnf install systemd-devel libudev-devel gcc cmake pkgconfig ncurses-devel dnf install gcc-c++ dnf install libdrm-devel git clone https://github.com/Syllo/nvtop.git cd nvtop mkdir build && cd build cmake .. -DNVML_RETRIEVE_HEADER_ONLINE=True -DAMDGPU_SUPPORT=OFF -DINTEL_SUPPORT=OFF -DMSM_SUPPORT=OFF -DPANFROST_SUPPORT=OFF -DPANTHOR_SUPPORT=OFF make make install