Include "instructions" on nvidia drivers
Build Docs / build (push) Successful in 32s
Details
Build Docs / build (push) Successful in 32s
Details
This commit is contained in:
parent
76b42682c9
commit
aba8b6c1f0
|
@ -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.
|
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
|
### Installing Docker
|
||||||
|
|
||||||
As per the [official Docker documentation](https://docs.docker.com/engine/install/).
|
As per the [official Docker documentation](https://docs.docker.com/engine/install/).
|
||||||
|
|
Loading…
Reference in New Issue