From 88b1622e7d165ebc7bf46a98f990bd7d59c48e52 Mon Sep 17 00:00:00 2001 From: youkaichao Date: Fri, 28 Feb 2025 17:26:14 +0800 Subject: [PATCH] update path --- third-party/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/third-party/README.md b/third-party/README.md index 22b7b91..198f018 100644 --- a/third-party/README.md +++ b/third-party/README.md @@ -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: ```bash -cd packages +pushd packages CUDA=/path/to/cuda ./build-deb-packages.sh sudo dpkg -i gdrdrv-dkms_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_2.4.4_amd64.Ubuntu22_04.deb +popd sudo ./insmod.sh # Load kernel modules on the bare-metal system ```