From aba8b6c1f064995a25fbdd2807de2218d1504020 Mon Sep 17 00:00:00 2001 From: Alex Davies Date: Wed, 16 Oct 2024 14:01:31 -0300 Subject: [PATCH] Include "instructions" on nvidia drivers --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 62d3c90..3166d4c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ Machine-learning features like image recognition are expected to only work with We use VSCode as the default IDE, and we use Copier to manage project templates. +### Ensure nvidia drivers are installed and working + +Ensuring nvidia drivers are installed and working is outside of the scope of +this document, but you can confirm they are using the `nvidia-smi` command. + +You can find the official ubuntu documentation for install nvidia drivers [here](https://ubuntu.com/server/docs/nvidia-drivers-installation). + ### Installing Docker As per the [official Docker documentation](https://docs.docker.com/engine/install/).