Skip to content

Commit fa46a94

Browse files
committed
demo: adapt to idxd-config v4.1.7 changes
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 6760b48 commit fa46a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/accel-config-demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ FROM debian:unstable-slim
3333

3434
RUN apt-get update && apt-get install -y --no-install-recommends pciutils accel-config accel-config-test && rm -rf /var/lib/apt/lists/\*
3535

36-
RUN sed -i -e '420,429d;480,489d' /usr/libexec/accel-config/test/iaa_user_test_runner.sh
36+
RUN sed -i -e '418,427d' /usr/libexec/accel-config/test/iaa_user_test_runner.sh
3737
COPY --from=builder /usr/local /usr/local
3838
COPY --from=builder /qpl/build/examples /usr/local/bin/
3939

0 commit comments

Comments
 (0)