STT-tensorflow/tensorflow/tools/ci_build/install/install_patchelf.sh
Amit Patankar 4a9c9039a8 Add a script to install patchelf on docker containers and add it to multipython. Install auditwheel as well.
PiperOrigin-RevId: 310203750
Change-Id: Ie6e7aa7bac7f98af75b9fb4c3cd40e9e804eb432
2020-05-06 12:25:43 -07:00

18 lines
752 B
Bash

#!/bin/bash -eu
# Copyright 2020 The TensorFlow Authors. 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.
# ==============================================================================
apt-get update && apt-get install -y patchelf