Skip to content

Instantly share code, notes, and snippets.

@harunkurtdev
harunkurtdev / ubuntu-cuda-gstreamer.Dockerfile
Created August 3, 2025 19:07 — forked from m1k1o/ubuntu-cuda-gstreamer.Dockerfile
Ubuntu Cuda Gstreamer Dockerfile (with nvcodec support)
ARG UBUNTU_RELEASE=20.04
ARG CUDA_VERSION=11.4.2
ARG GSTREAMER_VERSION=1.22
#
# Stage 1
#
FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_RELEASE} AS gstreamer-builder
ARG GSTREAMER_VERSION