Skip to content

Commit 2a6340b

Browse files
committed
2 parents 06a0308 + 7de4580 commit 2a6340b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

commons/Dockerfile.mkl.19.06-py36

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,39 +19,21 @@ RUN apt update -y && \
1919
ca-certificates \
2020
curl \
2121
wget \
22-
<<<<<<< HEAD
2322
gnupg && \
2423
wget --no-check-certificate https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB && \
2524
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB && \
2625
wget --no-check-certificat https://apt.repos.intel.com/setup/intelproducts.list -O /etc/apt/sources.list.d/intelproducts.list && \
27-
=======
28-
gnupg2 \
29-
libexpat-dev \
30-
&& \
31-
wget --no-check-certificate https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB && \
32-
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB && \
33-
wget --no-check-certificate https://apt.repos.intel.com/setup/intelproducts.list -O /etc/apt/sources.list.d/intelproducts.list && \
34-
>>>>>>> 8d1809ac0578160ffe3f42d5a21d03b3ee4c5856
3526
sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' && \
3627
sh -c 'echo deb https://apt.repos.intel.com/ipp all main > /etc/apt/sources.list.d/intel-ipp.list' && \
3728
sh -c 'echo deb https://apt.repos.intel.com/tbb all main > /etc/apt/sources.list.d/intel-tbb.list' && \
3829
sh -c 'echo deb https://apt.repos.intel.com/daal all main > /etc/apt/sources.list.d/intel-daal.list' && \
3930
sh -c 'echo deb https://apt.repos.intel.com/mpi all main > /etc/apt/sources.list.d/intel-mpi.list' && \
40-
<<<<<<< HEAD
41-
sh -c 'echo deb https://apt.repos.intel.com/intelpython binary/ > /etc/apt/sources.list.d/intelpython.list'
42-
RUN apt-get update -y && \
43-
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
44-
gcc g++ gfortran cpio ibexpat
45-
RUN cd /tmp && \
46-
curl -O http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/15540/l_mkl_2019.4.243.tgz && \
47-
=======
4831
sh -c 'echo deb https://apt.repos.intel.com/intelpython binary/ > /etc/apt/sources.list.d/intelpython.list' && \
4932
apt-get update -y && \
5033
apt -y install --no-install-recommends \
5134
gcc g++ gfortran cpio git \
5235
&& \
5336
wget -q http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/15540/l_mkl_2019.4.243.tgz && \
54-
>>>>>>> 8d1809ac0578160ffe3f42d5a21d03b3ee4c5856
5537
tar -xzf l_mkl_2019.4.243.tgz && \
5638
cd l_mkl_2019.4.243 && \
5739
sed -i 's/ACCEPT_EULA=decline/ACCEPT_EULA=accept/g' silent.cfg && \

0 commit comments

Comments
 (0)