Skip to content

Commit eff273c

Browse files
committed
feat(gpu): add troubleshooting index
1 parent 0a99e57 commit eff273c

File tree

1 file changed

+62
-4
lines changed

1 file changed

+62
-4
lines changed

pages/gpu/troubleshooting/index.mdx

+62-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,66 @@
11
---
22
meta:
33
title: GPU Instances - Troubleshooting
4-
description: GPU Instances Troubleshooting
4+
description: Find troubleshooting resources for resolving issues with GPU Instances.
55
content:
6-
h1: GPU Instances - Troubleshooting
7-
paragraph: GPU Instances Troubleshooting
8-
---
6+
paragraph: Find troubleshooting resources for resolving issues with GPU Instances.
7+
dates:
8+
posted: 2025-03-10
9+
categories:
10+
- serverless
11+
---
12+
13+
<ProductHeader
14+
productName="GPU Instances troubleshooting"
15+
productLogo="instances"
16+
description="Troubleshoot common issues with Scaleway GPU Instances. Find solutions to help resolve problems and get started."
17+
/>
18+
19+
## Featured Pages
20+
21+
<Grid>
22+
<DefaultCard
23+
title="Instances FAQ"
24+
description="General info on Scaleway Instances"
25+
url="/faq/instances/"
26+
label="See more"
27+
/>
28+
<DefaultCard
29+
title="Choosing the right GPU Instance type"
30+
description="Learn how to choose the right GPU Instance for your workloads."
31+
url="/gpu/reference-content/choosing-gpu-instance-type/"
32+
label="See more"
33+
/>
34+
<DefaultCard
35+
title="GPU Instances internet and Block Storage bandwidth overview"
36+
description="GPU workloads often involve processing large datasets, requiring high-bandwidth networking and storage access."
37+
url="/gpu/reference-content/gpu-instances-bandwidth-overview/"
38+
label="See more"
39+
/>
40+
</Grid>
41+
<Grid>
42+
<DefaultCard
43+
title="NVIDIA GPU time-slicing with Kubernetes"
44+
description="Time-slicing in the context of NVIDIA GPUs and Kubernetes refers to sharing a physical GPU among multiple containers or pods in a Kubernetes cluster."
45+
url="/gpu/reference-content/kubernetes-gpu-time-slicing/"
46+
label="See more"
47+
/>
48+
<DefaultCard
49+
title="Installing NVIDIA drivers on Ubuntu 22.04"
50+
description="Learn how to manually install the NVIDIA drivers on an Ubuntu 22.04 image, adapted from the default OS image."
51+
url="/gpu/troubleshooting/install-nvidia-drivers-ubuntu/"
52+
label="See more"
53+
/>
54+
<DefaultCard
55+
title="Docker AI images"
56+
description="Scaleway offers a range of ready-to-use AI Docker images. "
57+
url="/gpu/reference-content/docker-images/"
58+
label="See more"
59+
/>
60+
</Grid>
61+
62+
## GPU Instances troubleshooting pages
63+
64+
- [Fixing GPU issues after installing nvidia-driver packages](/gpu/troubleshooting/fix-driver-issues/)
65+
- [Installing NVIDIA drivers on Ubuntu 22.04](/gpu/troubleshooting/install-nvidia-drivers-ubuntu/)
66+
- [Fixing GPU issues after upgrading GPU Instances with cloud-init](/gpu/troubleshooting/updating-gpu-instance-with-cloud-init/)

0 commit comments

Comments
 (0)