Koen Vervloesem
Koen Vervloesem
> Following this tutorial for building bazel in raspberry pi 4 64 bit finally worked Does this mean stock Bazel builds on a Raspberry Pi these days? That would be...
Thanks for this detailed issue! I think it makes sense to integrate these changes in `install_requirements.sh` to support Debian/Raspbian Stretch. But do I see it correctly that you're running this...
Hi, 1. You should consult the Rasa documentation for that. 2. I haven't found the time yet to build a Docker image for Rasa 2.x versions (see https://github.com/koenvervloesem/rasa-docker-arm/issues/2). 3. Yes,...
Just for reference, this is the Docker Compose file I'm using to test the releases of my Docker images: ```yaml version: '3.7' services: rasa: image: rasa:1.10.26 expose: - 5005 ports:...
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...
I haven't tested this yet, and it will need some changes. You should start with finding pre-built wheels for armv8 for TensorFlow and TensorFlow Addons, and you have to add...
Are you by any chance running this on Raspberry Pi OS/Debian 9? There's an issue about this with a solution: https://github.com/koenvervloesem/bazel-on-arm/issues/2
I haven't seen this error for ARMv7. If you search for "no such package '@com_google_protobuf//" you can find a lot of people with this problem. Using another (older) version of...
To add to this: this is using Textual 0.1.18, and the code works fine on Ubuntu 20.04.
Apparently Windows has the same behavior as macOS.