Skip to content

Commit 005c1e2

Browse files
authored
[CI] Install missing igc-dev deps (#19449)
Causing `dlopen` failure at runtime Signed-off-by: Sarnie, Nick <[email protected]>
1 parent b2aa9f9 commit 005c1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/containers/ubuntu2404_intel_drivers_igc_dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive
77

88
USER root
99

10-
RUN apt update && apt install -yqq libllvm14
10+
RUN apt update && apt install -yqq libllvm14 libllvm15 libz3-4
1111

1212
COPY scripts/get_release.py /
1313
COPY scripts/install_drivers.sh /

0 commit comments

Comments
 (0)