We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9a8f6 commit 7636198Copy full SHA for 7636198
1 file changed
Dockerfile-oneapi-minimal
@@ -25,7 +25,7 @@ RUN wget -O - https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PR
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" \
27
| tee /etc/apt/sources.list.d/oneAPI.list
28
-RUN apt-get install intel-oneapi-hpc-toolkit
+RUN apt-get update && apt-get install intel-oneapi-hpc-toolkit
29
RUN rm -rf /var/lib/apt/lists/*
30
31
ENV PATH="/opt/intel/oneapi/compiler/${ONEAPI_VERSION}/bin:${PATH}"
0 commit comments