astorfi / TensorFlow-World

:earth_americas: Simple and ready-to-use tutorials for TensorFlow
MIT License
4.52k stars 416 forks source link

sudo apt-get install nvidia-current-updates nvidia-settings-updates error #28

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello, just wanted to say this is a great guide. but when i execute : sudo apt-get install nvidia-current-updates nvidia-settings-updates its says: E: Unable to locate package nvidia-settings-updates

can someone help me with this?

ghost commented 5 years ago

also, (big noob with linux btw)

Moreover the path to the CuDNN library must be added to system path as follows:

cd export LD_LIBRARY_PATH=pwd:$LD_LIBRARY_PATH

what am i supposed to fill in for installpath and am i supposed to replace LD_LIBRARY_PATH i followed all your commends and dont remind setting a cunstom path (so what is the original path?)

thanks.