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/).