Do (ดู) Nvidia gpu
- Rust (latest stable recommended)
- NVIDIA drivers installed
- NVML available on your system (usually comes with NVIDIA drivers)
- Compatible with Linux systems using NVIDIA GPUs
cargo run
# or
cargo build --release
# To run the binary, current directory of binary should have the static/ and its content.
# You can also move the binary to the root of the project.
mv target/release/donv .
./donv
The website can be access from http://localhost:26501
.