Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

nvtop_install.sh 316 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. sudo apt update -y
  2. sudo apt install -y libdrm-dev libsystemd-dev
  3. sudo apt install -y cmake libncurses5-dev libncursesw5-dev git
  4. git clone https://github.com/Syllo/nvtop.git
  5. mkdir -p nvtop/build && cd nvtop/build
  6. cmake .. -DNVIDIA_SUPPORT=ON -DAMDGPU_SUPPORT=ON -DINTEL_SUPPORT=ON
  7. make
  8. sudo make install
  9. rm -rf nvtop/
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...