Skip to content

Commit

Permalink
Merge pull request #26 from kthcloud/pierrelefevre-patch-1
Browse files Browse the repository at this point in the history
Fix typo in VM usage, attach gpu
  • Loading branch information
pierrelefevre committed May 14, 2024
2 parents 3d88336 + c7ec83b commit b314dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugo/content/usage/virtualMachines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```

Expand Down Expand Up @@ -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**.
extension, like **id_rsa.pub**.

0 comments on commit b314dc9

Please sign in to comment.