File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ FROM debian:unstable-slim AS builder
17
17
RUN apt-get update && apt-get install -y --no-install-recommends libaccel-config-dev \
18
18
gcc g++ nasm make cmake autoconf automake libtool pkg-config git ca-certificates uuid-dev
19
19
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 && \
21
21
mkdir DML/build && cd DML/build && \
22
22
cmake .. && \
23
23
make install && \
24
24
mv -v /usr/local/bin/tests /usr/local/bin/dml_tests && \
25
25
mv -v /usr/local/bin/tests_mt /usr/local/bin/dml_tests_mt
26
26
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 && \
28
28
mkdir qpl/build && cd qpl/build && \
29
29
cmake -DLOG_HW_INIT=ON .. && \
30
30
make install
You can’t perform that action at this time.
0 commit comments