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
c059e0b2
Commit
c059e0b2
authored
Nov 02, 2017
by
Mike Case
Browse files
Update version string to 1.4.
parent
3f5dbba9
Changes
1
Show 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 @
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
...
...
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