Skip to content

Commit

Permalink
Add instruction to make CUDNN libraries readable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Chu committed Jan 15, 2016
1 parent d78f1df commit f79ed11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/g3doc/get_started/os_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ toolkit is installed in `/usr/local/cuda`:
tar xvzf cudnn-6.5-linux-x64-v2.tgz
sudo cp cudnn-6.5-linux-x64-v2/cudnn.h /usr/local/cuda/include
sudo cp cudnn-6.5-linux-x64-v2/libcudnn* /usr/local/cuda/lib64
sudo chmod a+r /usr/local/cuda/lib64/libcudnn*
```

##### Configure TensorFlow's canonical view of Cuda libraries
Expand Down

0 comments on commit f79ed11

Please sign in to comment.