Skip to content

Commit b2fbeef

Browse files
committed
update accel-config-demo content
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent ff91a97 commit b2fbeef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/accel-config-demo/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ FROM debian:unstable-slim AS builder
1717
RUN apt-get update && apt-get install -y --no-install-recommends libaccel-config-dev \
1818
gcc g++ nasm make cmake autoconf automake libtool pkg-config git ca-certificates uuid-dev
1919

20-
RUN cd / && git clone --recurse-submodules --branch v1.1.1 --depth 1 https://github.com/intel/DML.git && \
20+
RUN cd / && git clone --recurse-submodules --branch v1.1.2 --depth 1 https://github.com/intel/DML.git && \
2121
mkdir DML/build && cd DML/build && \
2222
cmake .. && \
2323
make install && \
2424
mv -v /usr/local/bin/tests /usr/local/bin/dml_tests && \
2525
mv -v /usr/local/bin/tests_mt /usr/local/bin/dml_tests_mt
2626

27-
RUN cd / && git clone --recursive --depth 1 --branch v1.3.1 https://github.com/intel/qpl.git && \
27+
RUN cd / && git clone --recurse-submodules --depth 1 --branch v1.5.0 https://github.com/intel/qpl.git && \
2828
mkdir qpl/build && cd qpl/build && \
2929
cmake -DLOG_HW_INIT=ON .. && \
3030
make install

0 commit comments

Comments
 (0)