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 14
14
15
15
FROM debian:unstable-slim AS builder
16
16
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 \
20
18
gcc g++ nasm make cmake autoconf automake libtool pkg-config git ca-certificates uuid-dev
21
19
22
20
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
33
31
34
32
FROM debian:unstable-slim
35
33
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/\*
38
35
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
40
37
COPY --from=builder /usr/local /usr/local
41
38
COPY --from=builder /qpl/build/examples /usr/local/bin/
42
39
You can’t perform that action at this time.
0 commit comments