-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I'm trying to run WrenAI on an Ubuntu 22.04 machine (aarch64).
Specifically, I am running a bare metal EC2 instance (Type: t4g.large).
I tried to follow the linux commands from the official documentation and I get the following errors
curl -L https://github.com/Canner/WrenAI/releases/latest/download/wren-launcher-linux.tar.gz | tar -xz && ./wren-launcher-linux
zsh: exec format error: ./wren-launcher-linuxI then tried to run the dockerfile setup by cloning the repo and following the instructions in the README.md
When I run docker compose --env-file .env up -d, I get exec errors in the logs too.
docker logs wrenai-wren-ui-1
exec /usr/local/bin/docker-entrypoint.sh: exec format error
exec /usr/local/bin/docker-entrypoint.sh: exec format error
exec /usr/local/bin/docker-entrypoint.sh: exec format error
...docker logs wrenai-bootstrap-1
exec /bin/sh: exec format error
exec /bin/sh: exec format error
exec /bin/sh: exec format errorWorks fine on my mac though and was able to test it out end-to-end there.
To Reproduce
See above
Expected behavior
WrenAI should work out of the box on aarch64
Desktop (please complete the following information):
- OS: Ubuntu 22.04
uname -a
Linux ip-10-0-56-5 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 10:44:40 UTC 2025 aarch64 aarch64 aarch64 GNU/Linuxlsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 22.04.5 LTS
Release: 22.04
Codename: jammyWren AI Information
- Version: 0.17.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working