You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Spacy 3.8.4 on a MacMin with M4PRO chip and this works great.
When trying to build a Docker container it fails because of blis and thinc compatiblity.
SO i can run it from my virtual environment which works but on our development platform we use a MacBook Pro with M1Max chip and pip install spacy and pip install -U "spacy[apple]" do NOT work.
Questions:
Is there a wheel to download for M1Max
Can you make it useable within Docker
The text was updated successfully, but these errors were encountered:
I'm using Spacy 3.8.4 on a MacMin with M4PRO chip and this works great.
When trying to build a Docker container it fails because of blis and thinc compatiblity.
SO i can run it from my virtual environment which works but on our development platform we use a MacBook Pro with M1Max chip and pip install spacy and pip install -U "spacy[apple]" do NOT work.
Questions:
The text was updated successfully, but these errors were encountered: