Skip to content

Commit 5151376

Browse files
authored
Merge pull request #7923 from ovh/SR-GPU-fix
FIX - Deploying a GPU instances
2 parents 9a5585f + 3e221aa commit 5151376

28 files changed

+124
-94
lines changed

pages/public_cloud/compute/deploy_a_gpu_instance/guide.de-de.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'GPU Instanzen einrichten'
33
excerpt: 'Erfahren Sie hier, wie Sie unter Windows und Linux eine GPU Instanz einrichten'
4-
updated: 2025-04-28
4+
updated: 2025-05-28
55
---
66

77
> [!primary]
@@ -60,6 +60,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX
6060
sudo apt-get update
6161
sudo apt-get upgrade
6262
sudo apt-get install cuda
63+
sudo apt-get install -y cuda-drivers
64+
sudo apt-get install linux-headers-$(uname -r)
6365
sudo reboot
6466
```
6567

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Deploying a GPU instance'
33
excerpt: 'Find out how to deploy a GPU instance on Linux or Windows'
4-
updated: 2025-04-28
4+
updated: 2025-05-28
55
---
66

77
## Objective
@@ -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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Deploying a GPU instance'
33
excerpt: 'Find out how to deploy a GPU instance on Linux or Windows'
4-
updated: 2025-04-28
4+
updated: 2025-05-28
55
---
66

77
## Objective
@@ -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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Deploying a GPU instance'
33
excerpt: 'Find out how to deploy a GPU instance on Linux or Windows'
4-
updated: 2025-04-28
4+
updated: 2025-05-28
55
---
66

77
## Objective
@@ -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

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Deploying a GPU instance'
33
excerpt: 'Find out how to deploy a GPU instance on Linux or Windows'
4-
updated: 2025-04-28
4+
updated: 2025-05-28
55
---
66

77
## Objective
@@ -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).

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Deploying a GPU instance'
33
excerpt: 'Find out how to deploy a GPU instance on Linux or Windows'
4-
updated: 2025-04-28
4+
updated: 2025-05-28
55
---
66

77
## Objective
@@ -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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Deploying a GPU instance'
33
excerpt: 'Find out how to deploy a GPU instance on Linux or Windows'
4-
updated: 2025-04-28
4+
updated: 2025-05-28
55
---
66

77
## Objective
@@ -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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Deploying a GPU instance'
33
excerpt: 'Find out how to deploy a GPU instance on Linux or Windows'
4-
updated: 2025-04-28
4+
updated: 2025-05-28
55
---
66

77
## Objective
@@ -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

pages/public_cloud/compute/deploy_a_gpu_instance/guide.es-es.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Desplegar una instancia GPU'
33
excerpt: 'Cómo desplegar una instancia GPU en Linux o Windows'
4-
updated: 2025-04-28
4+
updated: 2025-05-28
55
---
66

77
> [!primary]
@@ -62,6 +62,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX
6262
sudo apt-get update
6363
sudo apt-get upgrade
6464
sudo apt-get install cuda
65+
sudo apt-get install -y cuda-drivers
66+
sudo apt-get install linux-headers-$(uname -r)
6567
sudo reboot
6668
```
6769

pages/public_cloud/compute/deploy_a_gpu_instance/guide.es-us.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Desplegar una instancia GPU'
33
excerpt: 'Cómo desplegar una instancia GPU en Linux o Windows'
4-
updated: 2025-04-28
4+
updated: 2025-05-28
55
---
66

77
> [!primary]
@@ -62,6 +62,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX
6262
sudo apt-get update
6363
sudo apt-get upgrade
6464
sudo apt-get install cuda
65+
sudo apt-get install -y cuda-drivers
66+
sudo apt-get install linux-headers-$(uname -r)
6567
sudo reboot
6668
```
6769

0 commit comments

Comments
 (0)