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

Update docker file #16

Closed radka-j closed 4 years ago

radka-j commented 4 years ago

Closes #15

Pulls latest image of bluebird and twicher as well as version 1.4.1 of bluesky. Currently these all work together.

Question: should we rather explicitly name the bluebird and twicher image to use? I believe we are now on bluebird 2.0.0 but not sure what the latest docker image of twicher is.

evelinag commented 4 years ago

I did some minor changes in the jupyter notebook (use the scenario and sector files that are in the same directory as the notebook and don't assume users have dodo folder in the same location), shutdown the docker containers at the end etc.

In terms of versions, I'm fine with keeping Twitcher at the latest image. I'm not sure what's the process for Bluebird publishing to dockerhub.

radka-j commented 4 years ago

Thanks so much, those were all things on my to do list!