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

No comments:
Post a Comment