We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fb886 commit 28f48bdCopy full SHA for 28f48bd
demo/accel-config-demo/Dockerfile
@@ -42,7 +42,7 @@ RUN cd / && git clone --recurse-submodules --branch v1.1.0 --depth 1 https://git
42
mv -v /usr/local/bin/tests /usr/local/bin/dml_tests && \
43
mv -v /usr/local/bin/tests_mt /usr/local/bin/dml_tests_mt
44
45
-RUN cd / && git clone --recursive --depth 1 --branch v1.2.0 https://github.com/intel/qpl.git && \
+RUN cd / && git clone --recursive --depth 1 --branch v1.3.0 https://github.com/intel/qpl.git && \
46
mkdir qpl/build && cd qpl/build && \
47
cmake -DLOG_HW_INIT=ON .. && \
48
make install
0 commit comments