From 57fcb12a8202d94ec50a5aef87708ef1be1d18ba Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Tue, 20 Jun 2017 01:55:09 -0400 Subject: [PATCH] Quick typo edit on draft --- _drafts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_drafts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md b/_drafts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md index 3fdf08c..8255d6e 100644 --- a/_drafts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md +++ b/_drafts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md @@ -95,7 +95,7 @@ export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY - The compile will take a while - My compile actually errored near the end with an error about `/usr/bin/ld: cannot find -lcudart`. I *think* that doesn't really matter because the - binary files where still output. + binary files were still output. 8. Try running `~/NVIDIA_CUDA-8.0_Samples/bin/x86_64/linux/release/deviceQuery` to see if you get any output. Hopefully you will see your GPU listed.