Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-01-26 22:54:11 -05:00
parent ef4a9ee226
commit e8a2c3ce56

View File

@@ -19,6 +19,7 @@ RUN \
RUN \ RUN \
set -eux && \ set -eux && \
pip3 install --upgrade pip && \
pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools setuptools && \ pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools setuptools && \
pip3 install --upgrade cppclean flawfinder lizard pygments && \ pip3 install --upgrade cppclean flawfinder lizard pygments && \
pip3 install --upgrade dlib ipython jupyter matplotlib nose numpy pandas pymc3 scikit-learn scipy seaborn sympy && \ pip3 install --upgrade dlib ipython jupyter matplotlib nose numpy pandas pymc3 scikit-learn scipy seaborn sympy && \