Update Dockerfile
This commit is contained in:
@@ -20,8 +20,14 @@ RUN \
|
||||
RUN \
|
||||
set -eux && \
|
||||
pip3 --version && \
|
||||
pip3 install --upgrade pip
|
||||
pip3 install --upgrade pip setuptools wheel && \
|
||||
pip3 --version && \
|
||||
exit 0
|
||||
|
||||
RUN \
|
||||
set -eux && \
|
||||
pip3 --version && \
|
||||
pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools && \
|
||||
pip3 install --upgrade cppclean flawfinder lizard pygments && \
|
||||
pip3 install --upgrade dlib ipython jupyter matplotlib nose numpy pandas pymc3 scikit-learn scipy seaborn sympy && \
|
||||
|
||||
Reference in New Issue
Block a user