This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Adapted from https://github.com/NVIDIA/gdrcopy | |
| sudo apt update | |
| sudo apt install -y build-essential devscripts debhelper fakeroot pkg-config dkms wget tar | |
| wget https://github.com/NVIDIA/gdrcopy/archive/refs/tags/v2.5.2.tar.gz | |
| tar xzvf v2.5.2.tar.gz | |
| cd gdrcopy-2.5.2/packages | |
| CUDA=/usr/local/cuda ./build-deb-packages.sh | |
| sudo dpkg -i gdrdrv-dkms_2.5.2-1_*.deb | |
| sudo dpkg -i libgdrapi_2.5.2-1_*.deb | |
| sudo dpkg -i gdrcopy-tests_2.5.2-1_*.deb |