Skip to content

Commit

Permalink
Update source/platforms/databricks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Tomlinson <[email protected]>
  • Loading branch information
skirui-source and jacobtomlinson authored Nov 17, 2023
1 parent 1a555bd commit 4598c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/platforms/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ export PATH="/databricks/python/bin:$PATH"

# Install RAPIDS (cudf & dask-cudf) and dask-databricks
/databricks/python/bin/pip install --extra-index-url=https://pypi.nvidia.com \
cudf-cu11 \ # installs cudf
cudf-cu11 \
dask[complete] \
dask-cudf-cu11 \ #installs dask-cudf
dask-cudf-cu11 \
dask-cuda=={rapids_version} \
dask-databricks

Expand Down

0 comments on commit 4598c7e

Please sign in to comment.