Did riscv ubuntu22.04 support tensorflow?

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?

Hi @huxiping811229, Could you please let us know if riscv is a devices like microcontrollers or not. If yes I don’t think you can directly use Tensorflow on this type of edge devices due to the memory constraints of the edge device. Thank You.