Skip to content

Commit

Permalink
Fix: Removed unused module
Browse files Browse the repository at this point in the history
  • Loading branch information
BykadorovR committed Jan 21, 2021
1 parent 0827723 commit 6102ec4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&\
Expand Down

0 comments on commit 6102ec4

Please sign in to comment.