Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-02-27 13:27:11 -05:00
parent e66dd066d0
commit a02a815d21

View File

@@ -38,8 +38,12 @@ RUN \
pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools meson && \ pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools meson && \
pip3 install --upgrade cppclean flawfinder lizard pygments pybind11 && \ 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 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 PyPortfolioOpt && \
pip3 install --upgrade fbprophet PyPortfolioOpt && \ exit 0
RUN \
pip3 install --upgrade pystan holidays lunarcalendar convertdate && \
pip3 install --upgrade fbprophet && \
exit 0 exit 0
#RUN \ #RUN \