robertmartin8 / PyPortfolioOpt

Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
https://pyportfolioopt.readthedocs.io/
MIT License
4.51k stars 956 forks source link

Feature request: Dockerfile clean-up #315

Closed tschm closed 3 years ago

tschm commented 3 years ago

Dockerfile relying on -slim-buster should be replaced by -buster. Larger image but faster construction as all build dependencies are already included out of the box.

Great work with Poetry...