Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
c4589f1d
Commit
c4589f1d
authored
Jan 28, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix travis build of 'release'. TF nightly packages are still 12.1
parent
9b85e7a1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
.travis.yml
.travis.yml
+2
-2
tests/install-tensorflow.sh
tests/install-tensorflow.sh
+3
-0
No files found.
.travis.yml
View file @
c4589f1d
...
...
@@ -15,10 +15,10 @@ matrix:
include
:
-
os
:
linux
python
:
2.7
env
:
TF_VERSION=
0.12.1
TF_TYPE=release
env
:
TF_VERSION=
1.0.0rc0
TF_TYPE=release
-
os
:
linux
python
:
3.5
env
:
TF_VERSION=
0.12.1
TF_TYPE=release
env
:
TF_VERSION=
1.0.0rc0
TF_TYPE=release
-
os
:
linux
python
:
2.7
env
:
TF_VERSION=0.12.1 TF_TYPE=nightly
...
...
tests/install-tensorflow.sh
View file @
c4589f1d
...
...
@@ -10,6 +10,9 @@ if [ $TF_TYPE == "release" ]; then
if
[[
$TRAVIS_PYTHON_VERSION
==
3.5
*
]]
;
then
TF_BINARY_URL
=
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-
${
TF_VERSION
}
-cp35-cp35m-linux_x86_64
.whl
fi
if
[[
$TRAVIS_PYTHON_VERSION
==
3.6
*
]]
;
then
TF_BINARY_URL
=
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-
${
TF_VERSION
}
-cp36-cp36m-linux_x86_64
.whl
fi
fi
if
[
$TF_TYPE
==
"nightly"
]
;
then
if
[[
$TRAVIS_PYTHON_VERSION
==
2
*
]]
;
then
...
...
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