I am working on a riscv64 ubuntu platform (built with base image from:“docker pull riscv64/ubuntu”), But can’t find tensorflow installation packages.
root@c586e5d269bf:/usr/local/lib/python3.10/dist-packages/TensorFlow1# pip install tensorflow
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
My question is now riscv64 support tensorflow?