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
1717RUN 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
You can’t perform that action at this time.
0 commit comments