Skip to content
Snippets Groups Projects
Commit 4548fb62 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Added atlas-devel to docker builder.

parent 73b7b429
No related branches found
No related tags found
No related merge requests found
Pipeline #
FROM centos:7
# matplotlib requires freetype, freetype-devel, libpng-devel under centos
# scikit-image requires blas-devel lapack-devel under centos
# scikit-image requires blas-devel, lapack-devel, atlas-devel under centos
RUN yum update -y && \
yum install -y wget vim bzip2 gcc gcc-c++ make libgl1-mesa-glx mesa-libGL qt5-qtbase-gui git freetype \
freetype-devel libpng-devel blas-devel lapack-devel
freetype-devel libpng-devel blas-devel lapack-devel atlas-devel
ENV anaconda_dl 'Anaconda3-4.3.1-Linux-x86_64.sh'
RUN /bin/bash -i -c "cd /root; wget https://repo.continuum.io/archive/$anaconda_dl ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment