I used the MAC M4 chip and built the image using the command docker buildx build --platform linux/amd64 -t android-emulator:latest . However, it got stuck at the => => # Downloading opencv-python stage. I also tried using github action to build the amd64 image but it also failed. here is logs.
=> [13/14] RUN uv pip install . --system 36227.4s
=> => # Downloading grpcio
=> => # Downloading pandas
=> => # Downloading pygame
=> => # Downloading google-api-python-client
=> => # Downloading numpy
=> => # Downloading opencv-python
I used the MAC M4 chip and built the image using the command docker buildx build --platform linux/amd64 -t android-emulator:latest . However, it got stuck at the => => # Downloading opencv-python stage. I also tried using github action to build the amd64 image but it also failed. here is logs.