cohere-toolkit icon indicating copy to clipboard operation
cohere-toolkit copied to clipboard

Terrarium image platform prevents running on OSX M1

Open skindc opened this issue 1 year ago • 4 comments

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

skindc avatar Oct 06 '24 09:10 skindc