Changes

Jump to navigation Jump to search
no edit summary
nvcc -V
[[File:nvcc.png]]
===Install cuDNN v7.1.4===
*5. Downloaded cuDNN v7.1.4 for CUDA 9.0:
In order to download cuDNN, ensure you are registered for the NVIDIA Developer Program. Then Go to: NVIDIA cuDNN home page. -> Click Download. -> Complete the short survey and click Submit. -> Accept the Terms and Conditions. A list of available download versions of cuDNN displays. -> Select the cuDNN version you want to install. Chose the tar file.
$ sudo chmod a+r /usr/local/cuda/include/cudnn.h
/usr/local/cuda/lib64/libcudnn*
===Install GPU drivers===
*7. Did not need to install the GPU drivers because we already had the correct version.
==Install libcupti-dev library==
*8.Tried to install the libcupti-dev library with:
sudo apt-get install cuda-command-line-tools-9-0
but apparently it was already installed. (How surprising!)
===LD-LIBRARY_PATH environment variable modification===*9. Added the following path to the LD-LIBRARY_PATH environmental environment variable by accessing bash as per above:
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}/usr/local/cuda/extras/CUPTI/lib64
===Install TensorRT 3.0 (optional)===
*10.Did not install TensorRT 3.0
==Tensorflow Installation Resource==
*(TODO) To install tensorflow, follow this instruction here: https://www.tensorflow.org/install/install_linux#InstallingVirtualenv and install tensorflow.===Install Tensorflow using the Virtual Environment===Install on DBServer under the user McNair. Password: askEd
197

edits

Navigation menu