comocheng / kineticmodelssite

a django site for kinetic models
4 stars 9 forks source link

Migrate off Anaconda to Poetry and create dedicated RMG-Py builder image #165

Open DarkAce65 opened 3 years ago

DarkAce65 commented 3 years ago

This PR migrates the base application off of Anaconda and onto poetry. It does this by creating a new image dedicated to building RMG-Py from source and copies the resulting binaries into application container via a Docker multi-stage build (Docker docs).

Another couple things to note:

Note that I wasn't able to run the application since I don't have access to RMG-Models - @kianmehrabani you'll have to verify this (and fix a couple other things like the README, keys, deployment, etc. :smile:)

Resolves comocheng/kineticmodelssite#166.