Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-01-26 23:17:52 -05:00
parent 26bafa7ba8
commit 03152ce8e1

View File

@@ -27,6 +27,8 @@ RUN \
RUN \ RUN \
set -eux && \ set -eux && \
pip3 --version && \ pip3 --version && \
pip3 install --upgrade pip setuptools wheel && \
pip3 --version && \
pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools && \ pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools && \
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 && \