Unverified Commit 88b1622e authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

update path

parent 30e2778d
...@@ -36,12 +36,13 @@ After compiling the software, you need to install the appropriate packages based ...@@ -36,12 +36,13 @@ After compiling the software, you need to install the appropriate packages based
For instance, using Ubuntu 22.04 and CUDA 12.3 as an example: For instance, using Ubuntu 22.04 and CUDA 12.3 as an example:
```bash ```bash
cd packages pushd packages
CUDA=/path/to/cuda ./build-deb-packages.sh CUDA=/path/to/cuda ./build-deb-packages.sh
sudo dpkg -i gdrdrv-dkms_2.4.4_amd64.Ubuntu22_04.deb \ sudo dpkg -i gdrdrv-dkms_2.4.4_amd64.Ubuntu22_04.deb \
libgdrapi_2.4.4_amd64.Ubuntu22_04.deb \ libgdrapi_2.4.4_amd64.Ubuntu22_04.deb \
gdrcopy-tests_2.4.4_amd64.Ubuntu22_04+cuda12.3.deb \ gdrcopy-tests_2.4.4_amd64.Ubuntu22_04+cuda12.3.deb \
gdrcopy_2.4.4_amd64.Ubuntu22_04.deb gdrcopy_2.4.4_amd64.Ubuntu22_04.deb
popd
sudo ./insmod.sh # Load kernel modules on the bare-metal system sudo ./insmod.sh # Load kernel modules on the bare-metal system
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment