cohere-toolkit
cohere-toolkit copied to clipboard
Terrarium image platform prevents running on OSX M1
What is the issue?
After installing pipx and poetry and seeting up the tavily account the command make first-run seemed to be running well.
Yet after downloading all of the docker images required and building those necessary the process got stuck attempting to complete the stack startup due to Terrarium's image not matching the host.
✔ Container cohere-toolkit-frontend-1 Started 6.9s
✔ Container cohere-toolkit-test_db-1 Started 6.9s
✔ Container cohere-toolkit-terrarium-1 Started 6.9s
✔ Container cohere-toolkit-db-1 Running 0.0s
✔ Container cohere-toolkit-redis-1 Running 0.0s
✔ Container cohere-toolkit-backend-1 Started 6.8s
! terrarium The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Is there a workaround for this?
Additional information
No response