-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add installation steps #30
base: master
Are you sure you want to change the base?
Conversation
- Add proper indents in contexts of lists.
- Tiny format improvement.
- Correct LD_LIBRARY_PATH info in .bashrc for CUDArray.
- Add hyperlinks for external/internal issues.
Please approve. Very helpful. |
Silly me, I have completely forgotten about this! @bafu: I'll merge it soon. |
+1 Hope you have the time. Thanks for the great work! |
Please refer to the [Installation Guides](http://docs.nvidia.com/cuda/index.html#installation-guides) provided by nVidia. | ||
|
||
The CUDA toolkit should be installed at `/usr/local/cuda/`. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm running Ubuntu 16.10 and I got it in the official repos. I installed python-pycuda and got all the dependencies installed. That may be interesting to state it in the README too...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wondering if there's a particular reason you advise cuDNN v3? Is it okay if I use 5.1 or have you not tested it yet?
To provide the installation steps about creating the building environment.