LinguaCafe icon indicating copy to clipboard operation
LinguaCafe copied to clipboard

feature: add back arm support

Open mateuszmrw opened this issue 10 months ago • 4 comments

Hello, this PR adds back the ARM build.

The only change other than revert of removed native ARM support commit is adding the ENV BLIS_ARCH="generic" and removing rust since it's not needed as build dependency now.

It seems the issue raises when updating the spacy to the new versions as spacy has issues with providing ARM64 wheel versions due to their infrastructure and pip package limitations that should be resolved soon.

I think it would be beneficial to create requirements.txt for python and park spacy and other dependencies versions if the update of them is not necessary.

mateuszmrw avatar Mar 28 '25 12:03 mateuszmrw

I would recommend merging the PR by @sergiolaverde0 first: https://github.com/simjanos-dev/LinguaCafe/pull/393 as ARM64 builds are very slow.

mateuszmrw avatar Mar 28 '25 15:03 mateuszmrw

The ARM64 can be tested by the docker image here: ghcr.io/mateuszmrw/linguacafe-python-service:latest

mateuszmrw avatar Mar 28 '25 17:03 mateuszmrw

i'm getting Error response from daemon: denied whenever i try to pull the image

Nimrodium avatar May 13 '25 23:05 Nimrodium

@Nimrodium sorry, for some reason the image was changed to private, now it is back to public and should work!

mateuszmrw avatar Jun 04 '25 16:06 mateuszmrw