summary refs log tree commit diff stats
path: root/results/classifier/deepseek-r1:14b/output/hypervisor/789
blob: cac79b57f1f6b1a413b4bac9ab47e192359c27eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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: