MedCATtrainer icon indicating copy to clipboard operation
MedCATtrainer copied to clipboard

Incompatible with ARM architecture

Open Darkbladecr opened this issue 2 years ago • 0 comments

The nginx docker image used in the docker-compose currently links to an image that does not work on ARM based machines.

Error io_setup() failed (38: Function not implemented) in Nginx for ARM M1

One option is to build from the ARM branch of nginx armv8 nginx

This can be done with multi-image builds via something like buildx. Otherwise I am happy to push/create an ARM build locally, but don't know what the current buildfile is for the image?

Darkbladecr avatar Sep 11 '23 22:09 Darkbladecr