File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ RUN apt-get update \
2222# download the key to system keyring
2323RUN wget -O - https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
2424 | gpg --dearmor \
25- | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
26- RUN echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" \
25+ | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null \
26+ && echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" \
2727 | tee /etc/apt/sources.list.d/oneAPI.list
28- RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install --no-install-recommends \
28+ RUN apt-get --yes install --no-install-recommends \
2929 intel-oneapi-hpc-toolkit
3030RUN rm -rf /var/lib/apt/lists/*
3131
You can’t perform that action at this time.
0 commit comments