Open ruchit6370 opened 3 years ago
Facing the same issue on Mac M1
same here
Facing the same issue on Mac M1
Facing the same issue on Mac M1
so am I.
Step to reproduce
docker run --platform linux/amd64 --rm -p8000:8000 -p8001:8001 -p8002:8002 nvcr.io/nvidia/tritonserver:21.08-py3 tritonserver --model-repository=/models
facing the same issue
status: PENDING ASSETS ii: Waiting SIGSEGV: segmentation violation PC=0x0 m=7 sigcode=0 qemu: uncaught target signal 11 (Segmentation fault) - core dumpe
same issue, mac M1. adding platform: "linux/x86_64"
to one of the images in my docker-compose.yml
file seems to have fixed this
Same issue.
qemu: uncaught target signal 11 (Segmentation fault) - core dumpe
I try to run docker-hive using following commands, but I'm not able to start hive server, and getting some segmentation fault error.
I see many people have faced similar issue. In this comment, it is suggested to supply arm64 or multi-arch image. Is this done, or possible to do in future? I'm facing this issue on Mac M1.