I would like to try building ODM on my M1 based Mac (I understand that it is likely to fail for now). I am relatively new to building Docker images and put this recipe together from various documents, is it correct?
docker system prune --volumes -f
rm -rf github/
mkdir github
cd github
git init
git clone https://github.com/OpenDroneMap/OpenDroneMap.git
cd OpenDroneMap/
docker build --platform linux/arm64/v8 -t odm_m1 --no-cache .