I am attempting to install WebODM on my iMac Pro … MacOSX 12.6.1 and am running into a dilemma.
I have docker desktop running fine and have installed GitHub.
I have checked to make sure my environment does have virtualization support.
From the terminal I executed the following commands
$ git clone GitHub - OpenDroneMap/WebODM: User-friendly, commercial-grade software for processing aerial imagery. 🛩
$ cd WebODM
$ ./webodm.sh start
It seems to start OK with the following output.
Checking for docker… OK
Checking for docker-compose… OK
Starting WebODM…
Using the following environment:
Host: localhost
Port: 8000
Media directory: appmedia
SSL: NO
SSL key:
SSL certificate:
SSL insecure port redirect: 80
Celery Broker: redis://broker
Default Nodes: 1
Make sure to issue a ./webodm.sh down if you decide to change the environment.
docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml up --scale node-odm=1
unknown shorthand flag: ‘f’ in -f
See ‘docker --help’.
So it’s complaining about the -f flag in the docker command line.
Any suggestions what I’m missing here?
Thanks so much.