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 为64位树莓派Ubuntu18.04编译tensorflow2.3
Repository from Github https://github.comitheima1/tensorflow-on-aarch64
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 为64位树莓派Ubuntu18.04编译tensorflow2.3