From c7ec83beb5c2532b01b87ea3350d8646abfc203c Mon Sep 17 00:00:00 2001 From: Pierre Le Fevre Date: Tue, 14 May 2024 09:39:14 +0200 Subject: [PATCH] Fix typo in VM usage, attach gpu --- hugo/content/usage/virtualMachines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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**.