Skip to content

Commit 28f48bd

Browse files
committed
accel-config-demo: update to QPL v1.3.0
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent 76fb886 commit 28f48bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/accel-config-demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN cd / && git clone --recurse-submodules --branch v1.1.0 --depth 1 https://git
4242
mv -v /usr/local/bin/tests /usr/local/bin/dml_tests && \
4343
mv -v /usr/local/bin/tests_mt /usr/local/bin/dml_tests_mt
4444

45-
RUN cd / && git clone --recursive --depth 1 --branch v1.2.0 https://github.com/intel/qpl.git && \
45+
RUN cd / && git clone --recursive --depth 1 --branch v1.3.0 https://github.com/intel/qpl.git && \
4646
mkdir qpl/build && cd qpl/build && \
4747
cmake -DLOG_HW_INIT=ON .. && \
4848
make install

0 commit comments

Comments
 (0)