Skip to content

Commit ca45feb

Browse files
authored
FIX - Deploying GPU instance
Small additions to one code block based on feedback from the US PCI team.
1 parent 03c54fd commit ca45feb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-gb.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX
5757
sudo apt-get update
5858
sudo apt-get upgrade
5959
sudo apt-get install cuda
60+
sudo apt-get install -y cuda-drivers
61+
sudo apt-get install linux-headers-$(uname -r)
6062
sudo reboot
6163
```
6264

@@ -157,4 +159,4 @@ Afterwards, all that’s left to do is to install the required driver, which wil
157159

158160
## Going further
159161

160-
Join our [community of users](/links/community).
162+
Join our [community of users](/links/community).

0 commit comments

Comments
 (0)