diff --git a/hugo/content/usage/virtualMachines.md b/hugo/content/usage/virtualMachines.md index 35b3f78..b6b82d8 100644 --- a/hugo/content/usage/virtualMachines.md +++ b/hugo/content/usage/virtualMachines.md @@ -73,7 +73,7 @@ apt update && apt upgrade -y && apt autoremove -y # You may need to reboot the vm at this point # Install the drivers -apt install nvidia-driver-XXX-server nvidia-utils-XXX-server -y` +apt install nvidia-driver-XXX-server nvidia-utils-XXX-server -y # where XXX is the desired driver version, for example 535. ``` @@ -135,4 +135,4 @@ You can use the -i argument: If this still does not work, ensure the key you have uploaded to your profile is the public key, usually denoted by the **.pub** file -extension, like **id_rsa.pub**. \ No newline at end of file +extension, like **id_rsa.pub**.