koenvervloesem / rasa-docker-arm

Rasa Docker image for ARMv7. Runs on a Raspberry Pi.
https://hub.docker.com/r/koenvervloesem/rasa
MIT License
19 stars 2 forks source link

Problem with Rasa 2.0 versions #2

Open malamasn opened 3 years ago

malamasn commented 3 years ago

I tried building an image for the latest rasa version (2.0.5 today) and came up with this error:

image

Any help, please? Is it because of the armv7 architecture?

koenvervloesem commented 3 years ago

I don't think it has anything to do with the architecture (supposing you're building this on armv7). I haven't tried building a Rasa 2.0 image yet because a lot of the TensorFlow dependencies have made major version bumps there and I haven't found the time yet to try to build or integrate these. I suspect you will encounter a lot of these issues that need to be solved one by one before a Rasa 2.0 Docker image is possible.