summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/graphic/789
blob: a0d3175f8d20a368c053f36647f7be282bc9c9fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
graphic: 0.986
device: 0.902
semantic: 0.702
debug: 0.558
PID: 0.490
files: 0.424
performance: 0.379
boot: 0.267
permissions: 0.228
vnc: 0.158
network: 0.118
other: 0.106
socket: 0.042
KVM: 0.002

QEMU arm (not arm64) crashes on apple silicon when run via docker desktop
Description of problem:
docker build of the simple Dockerfile here causes QEMU to crash in arm
emulation. It is perfectly reproducible.

FROM balenalib/rpi-raspbian:bullseye-20210925

USER root

RUN apt-get update -y && apt-get upgrade -y
Additional information: