How To Install TensorFlow on Ubuntu 18.04

90 Views
Published
In this video, we demonstrate to you how to install TensorFlow on Ubuntu 18.04

Commands used:
apt-get install python3-venv -y
python3 -m venv venv
source ./venv/bin/activate
(venv) root@ubuntu:~#
(venv) root@ubuntu:~# pip install -U pip
(venv) root@ubuntu:~# pip install -U setuptools
(venv) root@ubuntu:~# pip install tensorflow

The related article for this article can be found here: https://www.liquidweb.com/kb/how-to-install-tensorflow-on-ubuntu-18-04/

For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or
For more information on our Managed Wordpress product, visit: https://www.liquidweb.com/products/managed-wordpress/

Video by: Justin Palmer
Category
Liquid Web
Tags
liquidweb, datacenter, web
Be the first to comment