Skip to content

Commit

Permalink
Update Vertex AI pip install command
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Dec 10, 2024
1 parent c8cc143 commit 5a198aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/cloud/gcp/vertex-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ 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.

```bash
!pip install cudf-cu11 dask-cudf-cu11 --extra-index-url=https://pypi.nvidia.com
!pip install cuml-cu11 --extra-index-url=https://pypi.nvidia.com
!pip install cugraph-cu11 --extra-index-url=https://pypi.nvidia.com
pip install \
--extra-index-url={{rapids_pip_index}} \
"cudf-cu12>={{rapids_pip_version}}" "cuml-cu12>={{rapids_pip_version}}" \
"dask-cuda>={{rapids_pip_version}}"
```

## Test RAPIDS
Expand Down

0 comments on commit 5a198aa

Please sign in to comment.