From a3b84b3ca7c23f6de8f741364db100a305068604 Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Tue, 5 Apr 2022 17:29:02 -0500 Subject: [PATCH] Update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e04c3fe788..cd5c644a31 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,11 @@ This is also a meaningful way to give me motivation and encounragment to continu Cheer! 🎉 # Known Issue - + +## TensorFlow Build Issue + +*This is a known issue on RaspberryPi 4 arm64-v7 and incorrect Promox setup* + TensorFlow doesn't run with older CPU architecture, it requires CPU with AVX and AVX2 instruction set. If you encounter the error `illegal instruction core dump` when running the docker-compose command above, check for your CPU flags with the command and make sure you see `AVX` and `AVX2`: ```bash