project-bluebird / simurgh

An open source platform that supports developing and evaluating algorithms (AI agents) for air traffic control
https://alan-turing-institute.github.io/simurgh
11 stars 4 forks source link

Fix docker setup and update versions #15

Closed evelinag closed 4 years ago

evelinag commented 4 years ago

I wanted to test the latest setup with the new Twitcher but I'm having problems making it work together. I'm using the docker-compose.yml file and updating bluebird to either image: turinginst/bluebird:2.0.0 or image: turinginst/bluebird:latest. In both versions, bluebird fails to see Bluesky image running and fails.

rkm commented 4 years ago

I think this is because the minimum version of BlueSky required is now 1.4.1, so this needs to be updated in the docker-compose file. I tried to update this myself but don't have write access to this repo.

radka-j commented 4 years ago

yes sorry about this! as pointed out, the issue is the bluesky version. fixing this now.