Copy models in VMAF
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
DataHoarder 2023-11-03 07:22:22 +01:00
parent b4438634f7
commit 1297a5abce
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk
3 changed files with 3 additions and 0 deletions

View file

@ -25,6 +25,7 @@ RUN git clone --depth 1 --branch "${VMAF_TAG}" https://github.com/Netflix/vmaf.g
-Denable_float=true -Dbuilt_in_models=true -Denable_tests=false -Denable_docs=false && \
ninja -vC build && \
ninja -vC build install && \
cp -rvf /tmp/vmaf/model /usr/share/model && \
cd / && \
rm -rf /tmp/vmaf

View file

@ -26,6 +26,7 @@ RUN git clone --depth 1 --branch "${VMAF_TAG}" https://github.com/Netflix/vmaf.g
-Denable_float=true -Dbuilt_in_models=true -Denable_tests=false -Denable_docs=false && \
ninja -vC build && \
ninja -vC build install && \
cp -rvf /tmp/vmaf/model /usr/share/model && \
cd / && \
rm -rf /tmp/vmaf

View file

@ -29,6 +29,7 @@ RUN git clone --depth 1 --branch "${VMAF_TAG}" https://github.com/Netflix/vmaf.g
-Denable_float=true -Dbuilt_in_models=true -Denable_tests=false -Denable_docs=false && \
ninja -vC build && \
ninja -vC build install && \
cp -rvf /tmp/vmaf/model /usr/share/model && \
cd / && \
rm -rf /tmp/vmaf