From 7dd3ebadbe3779e494fc4e4a4f30f773a288a867 Mon Sep 17 00:00:00 2001 From: Yu Kobayashi Date: Sun, 9 Feb 2025 04:25:36 +0900 Subject: [PATCH] Notes on the required softwares for using an NVIDIA GPU --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e48ba72e656..1ec3872822a 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,10 @@ native dependencies as follows: Only one dependency can be added per platform, meaning that you cannot add native dependencies to both `linux-x86_64` and `linux-x86_64-gpu` within the same project. +To use an NVIDIA GPU, you need to install the NVIDIA device driver, CUDA Toolkit, and cuDNN. +For Ubuntu 24.04, you can install them with the following command: +```sudo apt-get install -y nvidia-driver-550 nvidia-cuda-toolkit nvidia-cudnn``` + ### Single dependency In some cases, it might be preferable to add a single dependency that includes transitively all the artifacts