Hi, what Docker version do you have installed on your M1 device? This seems to be a common issue because of the qemu version used by Docker to emulate x86_64:
- Docker preview version for apple silicon is fail to run 'apache/airflow' image · Issue #5232 · docker/for-mac · GitHub
- M1 tech preview 7 core dump in qemu with python+pyarrow · Issue #5251 · docker/for-mac · GitHub
- for M1 Macs: the qemu-x86_64 emulates an ancient CPU model that doesn't support modern features, breaks Swift compiler / LLVM / ... · Issue #5561 · docker/for-mac · GitHub
Can you try upgrading to Docker Desktop 3.3.2 and see if that fixes the issue?