Installing TensorFlow
		
		
		
		Jump to navigation
		Jump to search
		
- First install CUDA
 - Modify .bashrc to include CUDA in your PATH and LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/local/cuda-9.0/lib64:$LD_LIBRARY_PATHexport PATH=/usr/local/cuda-9.0/bin:$PATHexport CUDA_HOME=/usr/local/cuda-9.0
 - Now install TensorFlow