diff options
Diffstat (limited to 'doc/source/install/rhel.rst')
-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`. |