From c059e0b29b45b4ee22f11253306345a3b831bdc6 Mon Sep 17 00:00:00 2001 From: Mike Case Date: Thu, 2 Nov 2017 13:02:31 -0700 Subject: [PATCH] Update version string to 1.4. --- official/testing/docker_test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/official/testing/docker_test.sh b/official/testing/docker_test.sh index b9f8b1521..1c614e5b4 100755 --- a/official/testing/docker_test.sh +++ b/official/testing/docker_test.sh @@ -35,9 +35,9 @@ EXIT=0 export WORKSPACE=${PWD} if [ "$PYTHON_VERSION" = "PYTHON3" ]; then - DOCKER_IMG_NAME="tensorflow/tensorflow:1.3.0-py3" + DOCKER_IMG_NAME="tensorflow/tensorflow:1.4.0-py3" else - DOCKER_IMG_NAME="tensorflow/tensorflow:1.3.0" + DOCKER_IMG_NAME="tensorflow/tensorflow:1.4.0" if [ "$PYTHON_VERSION" != "PYTHON2" ]; then echo "WARNING: Python version was not specified. Using Python2 by default." sleep 5 @@ -74,4 +74,4 @@ ${DOCKER_BINARY} rmi \ git clean -dfx # Return exit status -exit ${EXIT} \ No newline at end of file +exit ${EXIT} -- GitLab