File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1414
1515FROM 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
2220RUN 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
3432FROM 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
4037COPY --from=builder /usr/local /usr/local
4138COPY --from=builder /qpl/build/examples /usr/local/bin/
4239
You can’t perform that action at this time.
0 commit comments