File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
tensorflow/ubi9-python-3.9 Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ ARG ONEAPI_VERSION=2024.0
17
17
COPY oneAPI.repo /etc/yum.repos.d/oneAPI.repo
18
18
19
19
RUN dnf update -y && \
20
- dnf install -y intel-oneapi-dpcpp-cpp-${ONEAPI_VERSION} \
21
- intel-oneapi-mkl-${ONEAPI_VERSION} && \
20
+ dnf install -y intel-basekit-${ONEAPI_VERSION} && \
22
21
dnf clean all -y && \
23
22
rm -rf /var/cache/dnf/* && \
24
23
rm /etc/yum.repos.d/oneAPI.repo
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ ARG ONEAPI_VERSION=2024.0
17
17
COPY oneAPI.repo /etc/yum.repos.d/oneAPI.repo
18
18
19
19
RUN dnf update -y && \
20
- dnf install -y intel-oneapi-dpcpp-cpp-${ONEAPI_VERSION} \
21
- intel-oneapi-mkl-${ONEAPI_VERSION} && \
20
+ dnf install -y intel-basekit-${ONEAPI_VERSION} && \
22
21
dnf clean all -y && \
23
22
rm -rf /var/cache/dnf/* && \
24
23
rm /etc/yum.repos.d/oneAPI.repo
You can’t perform that action at this time.
0 commit comments