MedCATtrainer
MedCATtrainer copied to clipboard
Incompatible with ARM architecture
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?