We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6760b48 commit fa46a94Copy full SHA for fa46a94
demo/accel-config-demo/Dockerfile
@@ -33,7 +33,7 @@ FROM debian:unstable-slim
33
34
RUN apt-get update && apt-get install -y --no-install-recommends pciutils accel-config accel-config-test && rm -rf /var/lib/apt/lists/\*
35
36
-RUN sed -i -e '420,429d;480,489d' /usr/libexec/accel-config/test/iaa_user_test_runner.sh
+RUN sed -i -e '418,427d' /usr/libexec/accel-config/test/iaa_user_test_runner.sh
37
COPY --from=builder /usr/local /usr/local
38
COPY --from=builder /qpl/build/examples /usr/local/bin/
39
0 commit comments