Pulling specific version of Tensorflow from dockerhub Pulling specific version of Tensorflow from dockerhub docker docker

Pulling specific version of Tensorflow from dockerhub


Try this

FROM tensorflow/tensorflow:1.3.0

You can get all version TAG fromTensorflow DockerHub Repo