提交 c059e0b2 编写于 作者: M Mike Case

Update version string to 1.4.

上级 3f5dbba9
...@@ -35,9 +35,9 @@ EXIT=0 ...@@ -35,9 +35,9 @@ EXIT=0
export WORKSPACE=${PWD} export WORKSPACE=${PWD}
if [ "$PYTHON_VERSION" = "PYTHON3" ]; then if [ "$PYTHON_VERSION" = "PYTHON3" ]; then
DOCKER_IMG_NAME="tensorflow/tensorflow:1.3.0-py3" DOCKER_IMG_NAME="tensorflow/tensorflow:1.4.0-py3"
else else
DOCKER_IMG_NAME="tensorflow/tensorflow:1.3.0" DOCKER_IMG_NAME="tensorflow/tensorflow:1.4.0"
if [ "$PYTHON_VERSION" != "PYTHON2" ]; then if [ "$PYTHON_VERSION" != "PYTHON2" ]; then
echo "WARNING: Python version was not specified. Using Python2 by default." echo "WARNING: Python version was not specified. Using Python2 by default."
sleep 5 sleep 5
...@@ -74,4 +74,4 @@ ${DOCKER_BINARY} rmi \ ...@@ -74,4 +74,4 @@ ${DOCKER_BINARY} rmi \
git clean -dfx git clean -dfx
# Return exit status # Return exit status
exit ${EXIT} exit ${EXIT}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册