From 85cc4f59b4f37a139817d5c5203e0eda06fb24dd Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Tue, 26 Jan 2021 22:45:17 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07c9c4f..487b4d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,9 @@ RUN \ RUN \ set -eux && \ pip3 install autoenv autopep8 cmake-format conan conan_package_tools setuptools && \ - pip3 install cppclean flawfinder lizard && \ + pip3 install cppclean flawfinder lizard pygments && \ pip3 install dlib ipython jupyter matplotlib nose numpy pandas pymc3 scikit-learn scipy seaborn sympy && \ + pip3 install PyPortfolioOpt && \ exit 0 RUN \