Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-03-21 12:43:00 -04:00
parent 7308f36e41
commit b8593947e2

View File

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