ARM64 Docker image to run Rasa on M1 Mac (Apple Silicon)

I’m trying to build an ARM64 image for Docker as a temporary solution.

I’m replacing AMD64 components with ARM64. Now I came across two items that I didn’t find an ARM64 version: TensorFlow Text and TensorFlow Addons. I wondered if anyone on the forum would be able to build these libraries from scratch easily, because I have no expertise on that.

Can someone help? :slight_smile:

The GitHub repository is here: https://github.com/alexlana/rasa-docker-m1

Why am I trying this? It seems Qemu (used to provide an interface between AMD64 Docker images and M1) is not fully compatible with M1. So I guess an ARM Docker image will solve the problem.

You’ll find an existing forum post here GitHub issue here.

1 Like

Thank you! I will be watching, maybe I can contribute too.