File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ENV LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH
17
17
18
18
# epel-release need for aarch64 to get openblas packages
19
19
RUN yum install bzip2-devel curl-devel xcb-util-renderutil-devel xcb-util-devel xcb-util-image-devel xcb-util-keysyms-devel xcb-util-wm-devel mesa-libGL-devel libxkbcommon-devel libxkbcommon-x11-devel libXi-devel lapack-devel epel-release -y && \
20
- yum install openblas-devel -y && \
20
+ yum install openblas-devel dejavu-sans-fonts -y && \
21
21
cp /usr/include/lapacke/lapacke*.h /usr/include/ && \
22
22
curl https://raw.githubusercontent.com/xianyi/OpenBLAS/v0.3.3/cblas.h -o /usr/include/cblas.h && \
23
23
# libpng will be built from source
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ENV LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH
17
17
18
18
# epel-release need for aarch64 to get openblas packages
19
19
RUN yum install bzip2-devel curl-devel xcb-util-renderutil-devel xcb-util-devel xcb-util-image-devel xcb-util-keysyms-devel xcb-util-wm-devel mesa-libGL-devel libxkbcommon-devel libxkbcommon-x11-devel libXi-devel lapack-devel epel-release -y && \
20
- yum install openblas-devel -y && \
20
+ yum install openblas-devel dejavu-sans-fonts -y && \
21
21
cp /usr/include/lapacke/lapacke*.h /usr/include/ && \
22
22
curl https://raw.githubusercontent.com/xianyi/OpenBLAS/v0.3.3/cblas.h -o /usr/include/cblas.h && \
23
23
# libpng will be built from source
You can’t perform that action at this time.
0 commit comments