feature: add back arm support
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.
I would recommend merging the PR by @sergiolaverde0 first: https://github.com/simjanos-dev/LinguaCafe/pull/393 as ARM64 builds are very slow.
The ARM64 can be tested by the docker image here: ghcr.io/mateuszmrw/linguacafe-python-service:latest
i'm getting Error response from daemon: denied whenever i try to pull the image
@Nimrodium sorry, for some reason the image was changed to private, now it is back to public and should work!