From b02445ae404c169622a27e893b0f63be6138ec41 Mon Sep 17 00:00:00 2001 From: oceane Date: Wed, 15 Oct 2025 17:13:21 +0200 Subject: [PATCH 1/2] doc(gpu): add troubleshooting page --- pages/gpu/troubleshooting/fix-upgrading-issue.mdx | 12 ++++++++++++ pages/gpu/troubleshooting/index.mdx | 7 ++++--- 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 pages/gpu/troubleshooting/fix-upgrading-issue.mdx diff --git a/pages/gpu/troubleshooting/fix-upgrading-issue.mdx b/pages/gpu/troubleshooting/fix-upgrading-issue.mdx new file mode 100644 index 0000000000..f4e95f1429 --- /dev/null +++ b/pages/gpu/troubleshooting/fix-upgrading-issue.mdx @@ -0,0 +1,12 @@ +--- +title: Fixing OS upgrading issues on GPUs +description: Fixing OS upgrading issues on GPUs. +tags: gpu issue error driver nvidia-driver gpu-instance upgrade +dates: + validation: 2025-10-15 + posted: 2025-10-15 +--- + +When upgrading Ubuntu packages with `apt-get upgrade` and only if the Nvidia packages are included in the update, the Nvidia setup can break. + +We recommend upgrading using `apt-get list-upgrade` and then reboot the Instance. \ No newline at end of file diff --git a/pages/gpu/troubleshooting/index.mdx b/pages/gpu/troubleshooting/index.mdx index 7986e3dbcb..62f0db7c20 100644 --- a/pages/gpu/troubleshooting/index.mdx +++ b/pages/gpu/troubleshooting/index.mdx @@ -58,7 +58,8 @@ productIcon: GpuServersProductIcon ## GPU Instances troubleshooting pages - - [Fixing GPU issues after installing NVIDIA driver packages](/gpu/troubleshooting/fix-driver-issues) - - [Installing NVIDIA drivers on Ubuntu 22.04](/gpu/troubleshooting/install-nvidia-drivers-ubuntu) - - [Fixing GPU issues after upgrading GPU Instances with cloud-init](/gpu/troubleshooting/updating-gpu-instance-with-cloud-init) + - [Fixing GPU issues after installing NVIDIA driver packages](/gpu/troubleshooting/fix-driver-issues/) + - [Fixing upgrading issues on GPU OS](/gpu/troubleshooting/fix-upgrading-issue/) + - [Installing NVIDIA drivers on Ubuntu 22.04](/gpu/troubleshooting/install-nvidia-drivers-ubuntu/) + - [Fixing GPU issues after upgrading GPU Instances with cloud-init](/gpu/troubleshooting/updating-gpu-instance-with-cloud-init/) From ff4681bcc72ebb187519764c21cbe19806a78459 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Thu, 16 Oct 2025 16:51:08 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- pages/gpu/troubleshooting/fix-upgrading-issue.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/gpu/troubleshooting/fix-upgrading-issue.mdx b/pages/gpu/troubleshooting/fix-upgrading-issue.mdx index f4e95f1429..ad7465e1f3 100644 --- a/pages/gpu/troubleshooting/fix-upgrading-issue.mdx +++ b/pages/gpu/troubleshooting/fix-upgrading-issue.mdx @@ -7,6 +7,6 @@ dates: posted: 2025-10-15 --- -When upgrading Ubuntu packages with `apt-get upgrade` and only if the Nvidia packages are included in the update, the Nvidia setup can break. +When upgrading Ubuntu packages with `apt-get upgrade` if Nvidia packages are included in the update, the Nvidia setup can break. -We recommend upgrading using `apt-get list-upgrade` and then reboot the Instance. \ No newline at end of file +We recommend upgrading using `apt-get list-upgrade` and then rebooting the Instance. \ No newline at end of file