Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
1edc4efc
Unverified
Commit
1edc4efc
authored
Nov 02, 2017
by
Neal Wu
Committed by
GitHub
Nov 02, 2017
Browse files
Merge pull request #2691 from case540/update_to_14
Update version string to 1.4 in docker_test.sh.
parents
3f5dbba9
c059e0b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
official/testing/docker_test.sh
official/testing/docker_test.sh
+3
-3
No files found.
official/testing/docker_test.sh
View file @
1edc4efc
...
...
@@ -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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment