Skip to content

Commit bbe4454

Browse files
committed
Install libdrm-dev to intel MPI image
Signed-off-by: Yuki Iwai <[email protected]>
1 parent c738a83 commit bbe4454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/base/intel-builder.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt update \
1717
&& apt update \
1818
&& apt install -y --no-install-recommends \
1919
libstdc++-12-dev binutils procps clang \
20+
libdrm-dev \
2021
intel-oneapi-compiler-dpcpp-cpp \
2122
intel-oneapi-mpi-devel \
2223
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)