From 6102ec4580c75c19643e730c880c7c1bd0c95906 Mon Sep 17 00:00:00 2001 From: BykadorovR Date: Thu, 21 Jan 2021 11:55:21 +0300 Subject: [PATCH] Fix: Removed unused module --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d950ea0..57c27f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,6 @@ RUN git clone --depth 1 -b release/4.2 --single-branch https://github.com/FFmpeg --disable-doc \ --extra-cflags=-I/usr/local/cuda/include \ --extra-ldflags=-L/usr/local/cuda/lib64 \ - --enable-gpl \ --extra-libs=-lpthread \ --nvccflags="-gencode arch=compute_75,code=sm_75" &&\ make -j$(nproc) && make install && ldconfig &&\