Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-03-20 23:11:27 -04:00
parent b70835b2ba
commit 8302f06219

View File

@@ -37,7 +37,7 @@ RUN \
pip3 --version && \
pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools meson && \
pip3 install --upgrade cppclean flawfinder lizard pygments pybind11 GitPython pexpect subunit Jinja2 pylint clang-format CLinters && \
pip3 install --upgrade cltk dlib ipython jupyter matplotlib nose numba numpy pandas pymc3 requests scikit-learn scipy seaborn sympy quandl textblob nltk yfinance && \
pip3 install --upgrade --ignore-installed cltk dlib ipython jupyter matplotlib nose numba numpy pandas pymc3 requests scikit-learn scipy seaborn sympy quandl textblob nltk yfinance && \
pip3 install --upgrade PyPortfolioOpt && \
exit 0