microsoft / aerial_wildlife_detection

Tools for detecting wildlife in aerial images using active learning
MIT License
230 stars 58 forks source link

Docker-compose 'version is unsupported' #18

Closed simbamangu closed 4 years ago

simbamangu commented 4 years ago

Attempting installation on new Ubuntu 18.04 image; installed docker and docker-compose, but failed to build.

ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/
szjarek commented 4 years ago

Hi,

it seems that you have pretty old docker-compose / docker engine on your machine. Please upgrade docker-compose and docker on the machine you attempt to install AIDE. You will need:

Jarek

simbamangu commented 4 years ago

Thank you, my docker-compose was 1.21 and installing fine with latest. Thank you!