diff options
author | Anthony LaTorre <devnull@localhost> | 2013-11-08 13:08:50 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:39 -0700 |
commit | 4a2c9ed04a47ffa89dc259d1aed8a248c0512fae (patch) | |
tree | b5a75a455ca9cff81ca20682787584677ea278db /doc/source | |
parent | 5db9a0b51b93848c149d48c697f24c640bc33d4b (diff) | |
download | chroma-4a2c9ed04a47ffa89dc259d1aed8a248c0512fae.tar.gz chroma-4a2c9ed04a47ffa89dc259d1aed8a248c0512fae.tar.bz2 chroma-4a2c9ed04a47ffa89dc259d1aed8a248c0512fae.zip |
update rhel installation instructions to use cuda rpm package
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/install/rhel.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/install/rhel.rst b/doc/source/install/rhel.rst index 644202d..c326408 100644 --- a/doc/source/install/rhel.rst +++ b/doc/source/install/rhel.rst @@ -33,8 +33,8 @@ Step 3: Install the CUDA Driver and Toolkit ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The NVIDIA driver can be installed by going to the `CUDA Downloads -<https://developer.nvidia.com/cuda-downloads>`_ and downloading the package -corresponding to your operating system.This single package includes a current +<https://developer.nvidia.com/cuda-downloads>`_ and downloading the rpm package +corresponding to your operating system, and then following the installation instructions `here <http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux/index.html#package-manager-installation>`_. This single package includes a current NVIDIA driver, the CUDA compiler toolkit, and sample programs. Drop to a console terminal by pressing `CTRL+ALT+F1` and then enter:: @@ -61,4 +61,4 @@ Once installed, you can ensure the CUDA compiler and libraries are in your path Step 4: Continue to Common Installation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The rest of the installation process is described in :ref:`common-install`.
\ No newline at end of file +The rest of the installation process is described in :ref:`common-install`. |