Tensorflow

Installing Tensorflow for Nvidia GPU with CUDA and all on Ubuntu 22.10

After none of the instructions on how to setup Tensorflow on Ubuntu 22.x worked for me I created the setup below. It is based on some instructions that I had created a few years ago for Ubuntu 18. (https://github.com/OliverMaerz/deep-learning-etc/blob/master/setup-fastai-pytorch-tensorflow-ubuntu-nvidia-gpu.md). So far it works really well for me. Remove Nvidia drivers and stuff If you have already installed some Nvidia drivers, CUDA etc. via then you remove them with: sudo apt –purge remove "*nvidia*" sudo apt –purge remove "*cublas*" "cuda*" "nsight*" sudo apt autoremove If you have them installed via some other method (e.g. download binary/installed) then follow the uninstall instrutions...

Continue reading...