itheima1 / tensorflow-on-aarch64

为64位树莓派Ubuntu18.04编译tensorflow2.3

Repository from Github https://github.comitheima1/tensorflow-on-aarch64Repository from Github https://github.comitheima1/tensorflow-on-aarch64

Ubuntu18.04 环境 编译tensorflow2.3

cd build_tensorflow/
docker build -t tf-arm -f Dockerfile .
docker run -it -v /tmp/tensorflow_pkg/:/tmp/tensorflow_pkg/ --env TF_PYTHON_VERSION=3.6 tf-arm ./build_tensorflow.sh configs/rk3399.conf 

About

为64位树莓派Ubuntu18.04编译tensorflow2.3


Languages

Language:Shell 92.9%Language:Dockerfile 7.1%