Unverified Commit 1edc4efc authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #2691 from case540/update_to_14

Update version string to 1.4 in docker_test.sh.
parents 3f5dbba9 c059e0b2
......@@ -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}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment