Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Jul 16, 2024
1 parent afd98e8 commit 6e2335a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ To use Dask-CUDA on your system, you will need:
- A version of NVIDIA CUDA Toolkit compatible with the installed driver version; see Table 1 of `CUDA Compatibility -- Binary Compatibility <https://docs.nvidia.com/deploy/cuda-compatibility/index.html#binary-compatibility>`_ for an overview of CUDA Toolkit driver requirements

Once the proper CUDA Toolkit version has been determined, it can be installed using along with Dask-CUDA using ``conda``.
To install the latest version of Dask-CUDA along with CUDA Toolkit 12.0:
To install the latest version of Dask-CUDA along with CUDA Toolkit 12.5:

.. code-block:: bash
conda install -c rapidsai -c conda-forge -c nvidia dask-cuda cuda-version=12.0
conda install -c rapidsai -c conda-forge -c nvidia dask-cuda cuda-version=12.5
Pip
---
Expand Down

0 comments on commit 6e2335a

Please sign in to comment.