Skip to content

Commit 17c653c

Browse files
sharvil10atheo89
authored andcommitted
Installed intel basekit instead of individual components
1 parent b928b99 commit 17c653c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

intel/runtimes/pytorch/ubi9-python-3.9/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ ARG ONEAPI_VERSION=2024.0
1717
COPY oneAPI.repo /etc/yum.repos.d/oneAPI.repo
1818

1919
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} && \
2221
dnf clean all -y && \
2322
rm -rf /var/cache/dnf/* && \
2423
rm /etc/yum.repos.d/oneAPI.repo

intel/runtimes/tensorflow/ubi9-python-3.9/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ ARG ONEAPI_VERSION=2024.0
1717
COPY oneAPI.repo /etc/yum.repos.d/oneAPI.repo
1818

1919
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} && \
2221
dnf clean all -y && \
2322
rm -rf /var/cache/dnf/* && \
2423
rm /etc/yum.repos.d/oneAPI.repo

0 commit comments

Comments
 (0)