Describe the bug
pulling arm image instead of amd64
To Reproduce
curl -fsSL https://get.nosia.ai | sh
docker compose up
root@nosia:/opt# docker compose up
[+] up 43/46
✔ Image caddy:latest Pulled 11.5s
[+] up 44/46olabs/nosia:latest Pulled 21.6s
✔ Image caddy:latest Pulled 11.5s
✔ Image dilolabs/nosia:latest Pulled 21.6s
✔ Image pgvector/pgvector:pg16 Pulled 24.1s
⠴ embedding Configuring 1.4s
⠴ llm Configuring 1.4s
✔ Network opt_default Created 0.0s
✔ Container opt-postgres-db-1 Created 0.0s
✔ Container opt-web-1 Created 0.0s
! web The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested 0.0s r opt-reverse-proxy-1 Creating 0.0s
✔ Container opt-solidq-1 Created 0.0s
✔ Container opt-reverse-proxy-1 Created 0.1s
! solidq The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested 0.0s
Attaching to postgres-db-1, reverse-proxy-1, solidq-1, web-1
Container opt-postgres-db-1 Waiting
then
root@nosia:/opt# docker logs opt-web-1
exec bin/boot: exec format error
exec bin/boot: exec format error
exec bin/boot: exec format error
exec bin/boot: exec format error
exec bin/boot: exec format error
exec bin/boot: exec format error
Describe the bug
pulling arm image instead of amd64
To Reproduce
then