From 53c1f6e029170d32a916485012dc9c73c65e7347 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sat, 27 Feb 2021 13:01:54 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a65c547..2ab93f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,8 +37,8 @@ RUN \ pip3 --version && \ pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools meson && \ pip3 install --upgrade cppclean flawfinder lizard pygments pybind11 pystan && \ - pip3 install --upgrade dlib ipython jupyter matplotlib nose numba numpy pandas pymc3 requests scikit-learn scipy seaborn sympy quandl fbprophet textblob nltk yfinance && \ - pip3 install --upgrade PyPortfolioOpt && \ + 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 fbprophet PyPortfolioOpt && \ exit 0 #RUN \