Stefano Alberto Russo

Results 3 comments of Stefano Alberto Russo

Note that now we also have `tensorflow-macos` and `tensorflow-aarch64` to add more fun to the game.

To reproduce the issue (today) you can use the following Dockerfile (on an ARM cpu or with hardware emulation): ``` FROM continuumio/miniconda3@sha256:2016f249cdae34692a20d90fdb17432d07cf312992345d0e1e492bc36a12a35b COPY environment_cpu.yml /tmp RUN conda env create --file=/tmp/environment_cpu.yml...

> The dependency lingvo does not support pip install for macOS. You might want to specify that it does not support ARM, and consequentially Apple silicon (M1/M2 etc.). On older...