Pop!_OS allows easy installation and management of Tensorflow using 'tensorman'.
Installing TensorFlow on Pop!_OS using Tensorman |
First, make sure you have all the updates installed:
sudo apt update sudo apt full-upgrade
Then, install the tensorman package:
sudo apt install tensorman
In order to get Nvidia CUDA support, install the nvidia docker package:
sudo apt install nvidia-docker2