Tensor Flow Docker Image

TensorFlow Docker Installation & Setup


1.       Get the Tensor Flow Docker image
:/> docker pull tensorflow/tensorflow


2.       Start the instance
:/> docker run -it  -p 8888:8888 --rm tensorflow/tensorflow



3.       Once you access the url with port and token as shown in the above command





4.       Login to the tensor container
NOTE: "tensor" below is name of the conatiner otherwise use the container id.




No comments:

Post a Comment