Skip to content

Commit

Permalink
Revert "Python PIP test-on-install"
Browse files Browse the repository at this point in the history
This reverts commit 4a6d3bd.
  • Loading branch information
Vijay Vasudevan committed Feb 4, 2016
1 parent 813c541 commit 1ec8ced
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 293 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ node_modules
/tools/python_bin_path.sh
/util/python/python_include
/util/python/python_lib
/pip_test
21 changes: 21 additions & 0 deletions tensorflow/tools/ci_build/builds/gpu_pip.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/usr/bin/env bash
# Copyright 2015 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================

set -e

bazel build -c opt --config=cuda //tensorflow/tools/pip_package:build_pip_package
rm -rf $HOME/.cache/tensorflow-pip
bazel-bin/tensorflow/tools/pip_package/build_pip_package $HOME/.cache/tensorflow-pip
292 changes: 0 additions & 292 deletions tensorflow/tools/ci_build/builds/pip.sh

This file was deleted.

0 comments on commit 1ec8ced

Please sign in to comment.