Hello,
This platform has been awesome and just what I was looking for. The only thing I am missing so far is an optimizer to assemble portfolios in a more complex manner. To do that, I need to install a few things. I understand how to install python packages in the zipline container, and that all seems very straightforward. I am looking to use an MILP solver with cvxpy (to start testing with at least), so I am able to solve more complex optimization problems. This would require me to use apt-get to install something like CBC (coinor-cbc, coinor-libcbc-dev). I am relatively inexperienced with Docker, but I wanted to know if this was something done in a similar fashion to the python package installation, or if I do this at the droplet level on the cloud/host machine?
Thanks in advance for your help!
Aaron