Skip to main content

Posts

Showing posts from September 21, 2018

Install TensorFlow image on Ubuntu

Install TensorFlow image on Ubuntu In this post, We will learn how to install TensorFlow on Ubuntu STEP 1: Install Docker $ sudo apt install docker.io STEP 2: Install TensorFlow $ sudo   docker run -it -p 8888:8888   tensorflow / tensorflow Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.