treygrainger / ai-powered-search

The codebase for the book "AI-Powered Search" (Manning Publications, 2024)
https://aipoweredsearch.com
178 stars 43 forks source link

Can't setup on Mac OS (Apple Chip) #66

Closed lucacerone closed 1 year ago

lucacerone commented 1 year ago

When you run docker-compose up the environment setup fails because there are no images available for Mac OS.

docker-compose up                                                                  at  11:52:45
[+] Running 0/1
 ⠴ zookeeper Pulling                                                                                                                                            2.5s
no matching manifest for linux/arm64/v8 in the manifest list entries
lucacerone commented 1 year ago

Setting the image to 3.5.8 here fixes the issue.

treygrainger commented 1 year ago

This is fixed on this pull request: https://github.com/treygrainger/ai-powered-search/pull/73

I plan to merge within the next few days; just fixing a few lingering dependency bugs.

treygrainger commented 1 year ago

Should be fixed in master now with the latest commit (docker/data-science/notebooks/ch5/1.open-information-extraction.ipynb). Required lots of library updates, plus replacing an old one entirely, so took a bit to sort through all of that.

If you have any additional issues, please let me know. Thanks!