Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 507 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 507 Bytes

gpu_ffmpeg

The repo for the gpu enabled Docker Container with FFMPEG specially combined

Intro:

This docker file extends the nvidia/cuda docker image and builds the ffmpeg on top of it so it can use the GPU.

How to use?

In order to Run a container Use the following command:

docker container run -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=compute,utility,video sajad93/gpu_ffmpeg bash

You also replace bash in the command above with any command you need.