@@ -19,39 +19,21 @@ RUN apt update -y && \
19
19
ca-certificates \
20
20
curl \
21
21
wget \
22
- <<<<<<< HEAD
23
22
gnupg && \
24
23
wget --no-check-certificate https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB && \
25
24
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB && \
26
25
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
35
26
sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' && \
36
27
sh -c 'echo deb https://apt.repos.intel.com/ipp all main > /etc/apt/sources.list.d/intel-ipp.list' && \
37
28
sh -c 'echo deb https://apt.repos.intel.com/tbb all main > /etc/apt/sources.list.d/intel-tbb.list' && \
38
29
sh -c 'echo deb https://apt.repos.intel.com/daal all main > /etc/apt/sources.list.d/intel-daal.list' && \
39
30
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
- =======
48
31
sh -c 'echo deb https://apt.repos.intel.com/intelpython binary/ > /etc/apt/sources.list.d/intelpython.list' && \
49
32
apt-get update -y && \
50
33
apt -y install --no-install-recommends \
51
34
gcc g++ gfortran cpio git \
52
35
&& \
53
36
wget -q http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/15540/l_mkl_2019.4.243.tgz && \
54
- >>>>>>> 8d1809ac0578160ffe3f42d5a21d03b3ee4c5856
55
37
tar -xzf l_mkl_2019.4.243.tgz && \
56
38
cd l_mkl_2019.4.243 && \
57
39
sed -i 's/ACCEPT_EULA=decline/ACCEPT_EULA=accept/g' silent.cfg && \
0 commit comments