diff options
Diffstat (limited to 'results/classifier/accel-gemma3:12b/tcg/789')
| -rw-r--r-- | results/classifier/accel-gemma3:12b/tcg/789 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/tcg/789 b/results/classifier/accel-gemma3:12b/tcg/789 new file mode 100644 index 000000000..cac79b57f --- /dev/null +++ b/results/classifier/accel-gemma3:12b/tcg/789 @@ -0,0 +1,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: + |