1 Star 0 Fork 46

D85/tensorflow

forked from src-openEuler/tensorflow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
updateSource1.sh 868 Bytes
一键复制 编辑 原始数据 按行查看 历史
谢志鹏 提交于 2020-09-29 21:58 . init package
#!/bin/bash
set -e
version=2.3.1
topdir=$(pwd)
builddir=/home/abuild/rpmbuild/BUILD
rm -rf ${builddir}
mkdir -p ${builddir}
cp tensorflow-${version}.tar.gz ${builddir}
cd ${builddir}
rm -rf tensorflow-${version}
rm -rf output_user_root
tar xf tensorflow-${version}.tar.gz
cd tensorflow-${version}
patch -p1 < ${topdir}/0001-Add-arm-source-file-into-aws-checksums.patch
#some packages will be checked in build
bazel --output_user_root=`pwd`/../output_user_root build //tensorflow/tools/pip_package:build_pip_package --experimental_repository_resolved_file=${topdir}/resolved-$(arch).bzl
bazel --output_user_root=`pwd`/../output_user_root clean
extdir=$(bazel --output_user_root=`pwd`/../output_user_root info output_base)
cd ${extdir}
rm -rf ${extdir}/external/local_config*
tar -cjf external-$(arch).tar.bz2 external
mv external-$(arch).tar.bz2 ${topdir}
cd ${topdir}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/d85/tensorflow.git
git@gitee.com:d85/tensorflow.git
d85
tensorflow
tensorflow
master

搜索帮助