alan-turing-institute / uatk-spc

Synthetic Population Catalyst
https://alan-turing-institute.github.io/uatk-spc/
MIT License
20 stars 12 forks source link

[WIP] Comprehensive Docker image #34

Open darribas opened 2 years ago

darribas commented 2 years ago

This PR provides a working Dockerfile that is compliant with requirements specified in #33

NOTE: DO NOT MERGE YET!

dabreegster commented 2 years ago

@darribas, I pushed a commit that adds a few more dependencies for C++ and sqlite, and now the docker image builds successfully. All of those dependencies are for proj, which is just used to transform one MSOA shapefile into WGS84.

darribas commented 2 years ago

Excellent! I removed the system install of libproj as I think it's redundant and it only adds a bigger footprint.

This now also builds on my end and I'd say it's ready to merge?

@mfbenitezp / @HSalat what do you think? (I don't have Frank's handle if anyone can tag them too)