Skip to content

Commit

Permalink
Downgrade intel MPI libc++ version
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Iwai <[email protected]>
  • Loading branch information
tenzen-y committed Jan 1, 2025
1 parent bce83b6 commit f5d67cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/base/intel-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt update \
&& apt autoremove -y \
&& apt update \
&& apt install -y --no-install-recommends \
libstdc++-12-dev binutils procps clang \
libstdc++-11-dev binutils procps clang \
intel-oneapi-compiler-dpcpp-cpp \
intel-oneapi-mpi-devel \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit f5d67cc

Please sign in to comment.