Changes

Jump to navigation Jump to search
==NVIDIA configuration==
(In progress) Before installing tensorflow with GPU, configure the NVIDIA® software by following instruction: https://www.tensorflow.org/install/install_linux#NVIDIARequirements
===Install CUDA Toolkit 9.0===
*1. Installed CUDA Toolkit 9.0 Base Installer with the Runfile option. The toolkit is in
/usr/local/cuda-9.0
*2. Installed Patch 1, 2 and 3. The command to install was
sudo sh cuda_9.0.176.2_linux.run # (9.0.176.1 for patch 1 and 9.0.176.3 for patch 3)
*3. This was supposed to be what to do next: 
''Set up the environment variables:
The PATH variable needs to include /usr/local/cuda-9.0/bin
$ export PATH=/usr/local/cuda-9.0/bin${PATH:+:${PATH}}
<br><s/>
3. If installed correctly, type nvcc- V should verify installation. But currently it returns 'the program nvcc is currently not installed'
==Tensorflow Installation==
*(TODO) To install tensorflow, follow this instruction here: https://www.tensorflow.org/install/install_linux#InstallingVirtualenv and install tensorflow with Wei. Specific is below.

Navigation menu