Building ODM on the Apple M1 chipset

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 .

1 Like

Welcome!

I can’t offer much more than looks reasonable and you have my full encouragement to give it a try!

I think things will get much better/easier for building on Apple M1 chips with the funding campaign Piero started recently:
https://fund.webodm.org/#/fund/6

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.