From b422329f85fee93d855c65d32b359411c5dc2c6c Mon Sep 17 00:00:00 2001 From: ncclementi Date: Thu, 30 Jul 2026 13:22:59 -0400 Subject: [PATCH 1/3] update links to guide better the user to console --- source/cloud/gcp/compute-engine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/cloud/gcp/compute-engine.md b/source/cloud/gcp/compute-engine.md index 567ab1db..d3f8562b 100644 --- a/source/cloud/gcp/compute-engine.md +++ b/source/cloud/gcp/compute-engine.md @@ -6,11 +6,11 @@ review_priority: "p1" ## Create Virtual Machine -Create a new [Compute Engine Instance](https://cloud.google.com/compute/docs/instances) with GPUs, the [NVIDIA Driver](https://www.nvidia.co.uk/Download/index.aspx) and the [NVIDIA Container Runtime](https://developer.nvidia.com/nvidia-container-runtime). +Create a new [Compute Engine Instance](https://console.cloud.google.com/compute/overview) with GPUs, the [NVIDIA Driver](https://www.nvidia.com/drivers/) and the [NVIDIA Container Runtime](https://developer.nvidia.com/nvidia-container-runtime). NVIDIA maintains a [Virtual Machine Image (VMI) that pre-installs NVIDIA drivers and container runtimes](https://console.cloud.google.com/marketplace/product/nvidia-ngc-public/nvidia-gpu-optimized-vmi), we recommend using this image. -1. Open [**Compute Engine**](https://console.cloud.google.com/compute/instances). +1. Open [**Compute Engine**](https://console.cloud.google.com/compute/overview). 1. Select **Create Instance**. 1. Select the **Create VM from..** option at the top. 1. Select **Marketplace**. From d2c46d4310aaa8974a6bd8519946e13a890d940e Mon Sep 17 00:00:00 2001 From: ncclementi Date: Thu, 30 Jul 2026 16:27:40 -0400 Subject: [PATCH 2/3] add note with workaround due to broken vmi tile --- source/cloud/gcp/compute-engine.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/cloud/gcp/compute-engine.md b/source/cloud/gcp/compute-engine.md index d3f8562b..002cab03 100644 --- a/source/cloud/gcp/compute-engine.md +++ b/source/cloud/gcp/compute-engine.md @@ -19,6 +19,11 @@ NVIDIA maintains a [Virtual Machine Image (VMI) that pre-installs NVIDIA drivers 1. **Read and accept** the Terms of Service 1. Select **Deploy** to start the virtual machine. +```{note} +If you run into any UI issues while selecting the tile for **NVIDIA GPU-Optimized VMI** follow +the this link to [Deploy a VM with NVIDIA GPU-Optimized VMI](https://console.cloud.google.com/marketplace/product/nvidia-ngc-public/nvidia-gpu-optimized-vmi). This should redirect you to the las step to be able to Deploy the VM. +``` + ## Allow network access To access Jupyter and Dask we will need to set up some firewall rules to open up some ports. From 29a8e601709adb317f601385b5434c01cededfb8 Mon Sep 17 00:00:00 2001 From: Jaya Venkatesh Date: Thu, 30 Jul 2026 13:32:55 -0700 Subject: [PATCH 3/3] Apply suggestion --- source/cloud/gcp/compute-engine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/cloud/gcp/compute-engine.md b/source/cloud/gcp/compute-engine.md index 002cab03..c2acd797 100644 --- a/source/cloud/gcp/compute-engine.md +++ b/source/cloud/gcp/compute-engine.md @@ -21,7 +21,7 @@ NVIDIA maintains a [Virtual Machine Image (VMI) that pre-installs NVIDIA drivers ```{note} If you run into any UI issues while selecting the tile for **NVIDIA GPU-Optimized VMI** follow -the this link to [Deploy a VM with NVIDIA GPU-Optimized VMI](https://console.cloud.google.com/marketplace/product/nvidia-ngc-public/nvidia-gpu-optimized-vmi). This should redirect you to the las step to be able to Deploy the VM. +the this link to [Deploy a VM with NVIDIA GPU-Optimized VMI](https://console.cloud.google.com/marketplace/product/nvidia-ngc-public/nvidia-gpu-optimized-vmi). This should redirect you to the last step to be able to deploy the VM. ``` ## Allow network access