You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN wget https://github.com/FFmpeg/nv-codec-headers/archive/${NV_CODEC_TAG}.zip && unzip ${NV_CODEC_TAG}.zip && cd nv-codec-headers-${NV_CODEC_TAG} && make && make install
# make vmaf
# when disabling NVCC, libvmaf will be built without cubin's which will compile kernels at start of the container
RUN cd /vmaf && make clean && make ENABLE_NVCC=true && make install
# install python tools
RUN pip3 install --no-cache-dir -r /vmaf/python/requirements.txt