amazon-linux-2023 icon indicating copy to clipboard operation
amazon-linux-2023 copied to clipboard

[Package Request] - NVTOP

Open levisbakalinsky-io opened this issue 1 year ago • 4 comments

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.

levisbakalinsky-io avatar Mar 29 '24 22:03 levisbakalinsky-io

Any update on adding this?

sammcj avatar Sep 11 '24 03:09 sammcj

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

levisbakalinsky-io avatar Mar 06 '25 04:03 levisbakalinsky-io