How To Install TensorFlow on Ubuntu 18.04

Опубликовано: 11 Октябрь 2024
на канале: Liquid Web
4,579
28

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-i...

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/ma...

Video by: Justin Palmer