1. Download NVIDIA Graphic Card Driver @ home

https://www.nvidia.com/Download/index.aspx?lang=en-us

2. Download CUDA Toolkit @ home
https://developer.nvidia.com/cuda-downloads

3. Download CuDNN Runtime Library @ home
https://developer.nvidia.com/

4. apt-get remove nvidia* && sudo apt autoremove

5. sudo sh ###(Download NVIDIA Graphic Card Driver).run

6. sudo sh ###(Download CUDA Toolkit).run without graphic driver

7. execute ###(Download CuDNN Runtime Library).deb

8. sudo gedit ~/.bashrc

add line @ last line
PATH=$PATH:/usr/local/cuda/bin

9. source ~/.bashrc

10. nvidia-smi

 

11. nvcc -V

 

12. Download Anaconda @ home
https://www.anaconda.com/

13. sudo sh ###(Anaconda).sh

14. source ~/.bashrc

15. Download ###(PyCharm) @ home 
https://www.jetbrains.com/pycharm/download/#section=windows

 

16. unzip ###(PyCharm).tar.gz

 

17. cd ###(PyCharm)/bin

 

18. sudo sh ./pychram.sh

+ Recent posts