From a02a815d218f72e86688af2b3e7b9ab9f657b387 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sat, 27 Feb 2021 13:27:11 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5f96ef8..956d948 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,8 +38,12 @@ RUN \ pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools meson && \ pip3 install --upgrade cppclean flawfinder lizard pygments pybind11 && \ pip3 install --upgrade dlib ipython jupyter matplotlib nose numba numpy pandas pymc3 requests scikit-learn scipy seaborn sympy quandl textblob nltk yfinance && \ - pip3 install --upgrade pystan lunarcalendar convertdate && \ - pip3 install --upgrade fbprophet PyPortfolioOpt && \ + pip3 install --upgrade PyPortfolioOpt && \ + exit 0 + +RUN \ + pip3 install --upgrade pystan holidays lunarcalendar convertdate && \ + pip3 install --upgrade fbprophet && \ exit 0 #RUN \