Include "instructions" on nvidia drivers
Build Docs / build (push) Successful in 32s Details

This commit is contained in:
Alex Davies 2024-10-16 14:01:31 -03:00
parent 76b42682c9
commit aba8b6c1f0
1 changed files with 7 additions and 0 deletions

View File

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