diff options
Diffstat (limited to 'results/classifier/118/graphic/601')
| -rw-r--r-- | results/classifier/118/graphic/601 | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/601 b/results/classifier/118/graphic/601 new file mode 100644 index 000000000..f6545e3ea --- /dev/null +++ b/results/classifier/118/graphic/601 @@ -0,0 +1,50 @@ +graphic: 0.872 +device: 0.854 +ppc: 0.816 +PID: 0.693 +performance: 0.684 +semantic: 0.649 +network: 0.604 +permissions: 0.556 +architecture: 0.545 +debug: 0.490 +files: 0.435 +vnc: 0.387 +arm: 0.386 +user-level: 0.379 +socket: 0.379 +TCG: 0.340 +risc-v: 0.333 +register: 0.326 +VMM: 0.291 +hypervisor: 0.284 +mistranslation: 0.277 +boot: 0.260 +peripherals: 0.244 +virtual: 0.238 +assembly: 0.159 +x86: 0.134 +kernel: 0.100 +i386: 0.081 +KVM: 0.018 + +import tensorflow causes qemu: uncaught target signal 6 (Aborted) - core dumped +Description of problem: +Crashes when importing tensorflow in Docker container under --platorm linux/amd64 on M1 Mac +``` +2021-09-06 13:35:24.435613: F tensorflow/core/lib/monitoring/sampler.cc:42] Check failed: bucket_limits_[i] > bucket_limits_[i - 1] (0 vs. 10) +qemu: uncaught target signal 6 (Aborted) - core dumped +``` +Steps to reproduce: +See https://gitlab.com/ryan-feather/docker-tensorflow-qemu-bug/ for Dockerfile and description of steps repeating here. +1. Using the dockerfile +``` +FROM python:3.9-buster +RUN pip install tensorflow==2.6.0 + +``` +2. `docker buildx build --iidfile build.id --platform linux/amd64 . --progress=plain` +3. ``` docker run --platform linux/amd64 `cat build.id` python -c "import tensorflow"``` +Additional information: +See +https://github.com/docker/for-mac/issues/5342 where the Docker team suggests this is a qemu bug. I couldn't find where anyone had opened one of these here, so hopefully this isn't a duplicate. |