Is there an existing issue for the same feature request?
Is your feature request related to a problem?
I'm using M2 MacBook with Docker Desktop.
But I cannot run Infinity in a docker instance because I cannot pull x86_64 images.
It would be better for providing ARM64 built images.
I'm aware that Rosetta would be a solution but I don't have Rosetta on my Mac.
On the other hand.
There are servers running with ARM CPUs I'd like to deploy Infinity to.
Describe the feature you'd like
Publish docker images for ARM64.
Describe implementation you've considered
No response
Documentation, adoption, use case
No response
Additional information
I tried to build from source on an arm64v8/ubuntu:23.10 image but got many errors like:
simde missing. (fixed with apt-get install libsimde-dev)
- failed with
-msse4.2 and -mfma
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
Describe the feature you'd like
Publish docker images for ARM64.
Describe implementation you've considered
No response
Documentation, adoption, use case
No response
Additional information
I tried to build from source on an
arm64v8/ubuntu:23.10image but got many errors like:simdemissing. (fixed withapt-get install libsimde-dev)-msse4.2and-mfma