From e69f5485c14d92f18ac3f116c12057cde35e2327 Mon Sep 17 00:00:00 2001 From: Jaya Venkatesh Date: Wed, 29 Jul 2026 16:50:01 -0700 Subject: [PATCH] Remove stale pip/cupy warning from Vertex AI page --- source/cloud/gcp/vertex-ai.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/cloud/gcp/vertex-ai.md b/source/cloud/gcp/vertex-ai.md index d298ef86..0fd06bac 100644 --- a/source/cloud/gcp/vertex-ai.md +++ b/source/cloud/gcp/vertex-ai.md @@ -22,14 +22,6 @@ If you want to select a different GPU or select other hardware options you can s Once the instance has started select **OPEN JUPYTER LAB** and at the top of a notebook install the RAPIDS libraries you wish to use. -```{warning} -Installing RAPIDS via `pip` in the default environment is [not currently possible](https://github.com/rapidsai/deployment/issues/517), for now you must create a new `conda` environment. - -Vertex AI now ships with CUDA 13 system packages, and the default Python environment contains a `cupy-cuda12x` package. Installing RAPIDS via `pip` into that environment conflicts with the preinstalled `cupy`, so create a dedicated `conda` environment (below) instead. - -You can find out your current system CUDA Toolkit version by running `ls -ld /usr/local/cuda*`. -``` - You can create a new RAPIDS conda environment and register it with `ipykernel` for use in Jupyter Lab. Open a new terminal in Jupyter and run the following commands. ```bash