Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-02-27 12:54:59 -05:00
parent 4559b710be
commit 33f3209a03

View File

@@ -37,7 +37,7 @@ RUN \
pip3 --version && \ pip3 --version && \
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 pystan && \ 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 pyyaml yfinance && \ 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 PyPortfolioOpt && \
exit 0 exit 0