Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-02-04 19:17:15 -05:00
parent 0e0f1e467f
commit 6e5441e49e

View File

@@ -32,7 +32,7 @@ RUN \
pip3 --version && \
pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools && \
pip3 install --upgrade cppclean flawfinder lizard pygments pybind11 && \
pip3 install --upgrade dlib ipython jupyter matplotlib nose numpy pandas pymc3 scikit-learn scipy seaborn sympy && \
pip3 install --upgrade dlib ipython jupyter matplotlib nose numba numpy pandas pymc3 scikit-learn scipy seaborn sympy && \
pip3 install --upgrade PyPortfolioOpt && \
exit 0