Skip to content

Commit 95bea9f

Browse files
committed
use 14
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
1 parent 3452404 commit 95bea9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/base/intel-builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt update \
1818
&& apt install -y --no-install-recommends \
1919
libstdc++-12-dev binutils procps clang \
2020
intel-oneapi-compiler-dpcpp-cpp \
21-
intel-oneapi-mpi-devel-2021.14.5 \
21+
intel-oneapi-mpi-devel-2021.14 \
2222
&& rm -rf /var/lib/apt/lists/*
2323

2424
ENV I_MPI_CC=clang I_MPI_CXX=clang++

build/base/intel.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt update \
1919
&& apt update \
2020
&& apt install -y --no-install-recommends \
2121
dnsutils \
22-
intel-oneapi-mpi-2021.14.5 \
22+
intel-oneapi-mpi-2021.14 \
2323
&& rm -rf /var/lib/apt/lists/*
2424

2525
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)