Skip to content

Commit

Permalink
spell error fix
Browse files Browse the repository at this point in the history
ISSUE=4591641

git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1420 1ad973e4-5ce8-4261-8a94-b56d1f490c56
  • Loading branch information
qijun committed Aug 30, 2016
1 parent 613462e commit e6dfcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build/build_from_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sudo chmod a+r /usr/local/cuda/include/cudnn.h /usr/local/cuda/lib64/libcudnn*
Then you need to set LD\_LIBRARY\_PATH, CUDA\_HOME and PATH environment variables in ~/.bashrc.

```bash
export LD_LIBARAY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
export CUDA_HOME=/usr/local/cuda
export PATH=/usr/local/cuda/bin:$PATH
```
Expand Down

0 comments on commit e6dfcdd

Please sign in to comment.