Skip to content

Commit d54d231

Browse files
yukobaCraigacp
authored andcommitted
Notes on the required softwares for using an NVIDIA GPU
1 parent fb3f393 commit d54d231

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ native dependencies as follows:
110110
Only one dependency can be added per platform, meaning that you cannot add native dependencies to both `linux-x86_64` and
111111
`linux-x86_64-gpu` within the same project.
112112

113+
To use an NVIDIA GPU, you need to install the NVIDIA device driver, CUDA Toolkit, and cuDNN.
114+
For Ubuntu 24.04, you can install them with the following command:
115+
```sudo apt-get install -y nvidia-driver-550 nvidia-cuda-toolkit nvidia-cudnn```
116+
113117
### Single dependency
114118

115119
In some cases, it might be preferable to add a single dependency that includes transitively all the artifacts

0 commit comments

Comments
 (0)