stacks/dars: Set MKL version to 2019.2.187

This commit is contained in:
Leonardo Sandoval
2019-08-30 08:34:32 -05:00
committed by William Douglas
parent af14537717
commit 6058ce971a
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -61,11 +61,11 @@ COPY --from=builder /install_root /
COPY dars.ld.so.conf /etc/ld.so.conf
COPY silent.cfg binaries/l_mkl_2019.4.243_online.tgz /
COPY silent.cfg binaries/l_mkl_2019.2.187_online.tgz /
RUN mkdir mkl && tar -xvf l_mkl_2019.4.243_online.tgz -C mkl --strip-components=1 && \
RUN mkdir mkl && tar -xvf l_mkl_2019.2.187_online.tgz -C mkl --strip-components=1 && \
mkl/install.sh -s silent.cfg && \
rm -rf silent.cfg l_mkl_2019.4.243_online.tgz mkl && \
rm -rf silent.cfg l_mkl_2019.2.187_online.tgz mkl && \
ldconfig
COPY binaries/mkl_wrapper.so binaries/mkl_wrapper.jar /opt/intel/mkl/wrapper/