Skip to content

Commit 3da720b

Browse files
authored
Merge pull request #1680 from mythi/PR-2024-005
demo: update idxd-config to v4.1.6
2 parents eda526a + a953b03 commit 3da720b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

demo/accel-config-demo/Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414

1515
FROM debian:unstable-slim AS builder
1616

17-
ARG ACCEL_CONFIG_VERSION="4.1.5-1"
18-
19-
RUN apt-get update && apt-get install -y --no-install-recommends libaccel-config-dev=${ACCEL_CONFIG_VERSION} \
17+
RUN apt-get update && apt-get install -y --no-install-recommends libaccel-config-dev \
2018
gcc g++ nasm make cmake autoconf automake libtool pkg-config git ca-certificates uuid-dev
2119

2220
RUN cd / && git clone --recurse-submodules --branch v1.1.1 --depth 1 https://github.com/intel/DML.git && \
@@ -33,10 +31,9 @@ RUN cd / && git clone --recursive --depth 1 --branch v1.3.1 https://github.com/i
3331

3432
FROM debian:unstable-slim
3533

36-
ARG ACCEL_CONFIG_VERSION="4.1.5-1"
37-
RUN apt-get update && apt-get install -y --no-install-recommends pciutils accel-config=${ACCEL_CONFIG_VERSION} accel-config-test=${ACCEL_CONFIG_VERSION} && rm -rf /var/lib/apt/lists/\*
34+
RUN apt-get update && apt-get install -y --no-install-recommends pciutils accel-config accel-config-test && rm -rf /var/lib/apt/lists/\*
3835

39-
RUN sed -i -e '442,450d;502,515d' /usr/libexec/accel-config/test/iaa_user_test_runner.sh
36+
RUN sed -i -e '420,429d;480,489d' /usr/libexec/accel-config/test/iaa_user_test_runner.sh
4037
COPY --from=builder /usr/local /usr/local
4138
COPY --from=builder /qpl/build/examples /usr/local/bin/
4239

0 commit comments

Comments
 (0)