GR-Monitor is a GPU utilization monitoring tool.
This package has some issues in setup.
Please wait a moment!
- OS:ubuntu
- sudo apt-get update
- sudo apt-get install -y python-dev python-pip
- git clone https://github.com/palloc/GR-Monitor
- cd GR-Monitor
- pip install -r requirements.txt
- python client/app.py
- sudo apt-get update
- sudo apt-get install -y python-dev python-pip apache2
- git clone https://github.com/palloc/GR-Monitor
- cd GR-Monitor
- pip install -r requirements.txt
- sudo rm -rf /var/www/html
- sudo cp -r frontend/dist /var/www/html
- python server/app.py