树莓派 64 上的 Python Docker 无法安装 TensorFlow

时间:2021-07-26 11:08:42

标签: docker tensorflow raspberry-pi arm64

操作系统:

Linux raspberrypi 5.10.17-v8+ #1421 SMP PREEMPT Thu May 27 14:01:37 BST 2021 aarch64 GNU/Linux 

Docker 镜像:

FROM python as base

RUN pip3 install --upgrade pip
RUN pip3 install --upgrade tensorflow

得到:

ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)

它在其他系统上运行良好,除了我的 raspbian 64。

可能是什么原因?

0 个答案:

没有答案