This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
OlderNewer