We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d732d6d commit 8d3c3cbCopy full SHA for 8d3c3cb
etc/Dockerfile.arm64
@@ -7,7 +7,8 @@ ARG BASE_CUDA_RUN_CONTAINER=nvcr.io/nvidia/l4t-cuda:${CUDA_VERSION}-runtime
7
# Setup build container
8
FROM ${BASE_CUDA_DEV_CONTAINER} AS build
9
ARG CUDA_DOCKER_ARCH=all
10
-RUN add-apt-repository -y ppa:ubuntuhandbook1/ffmpeg6 \
+RUN apt-get -y install software-properties-common \
11
+ && add-apt-repository -y ppa:ubuntuhandbook1/ffmpeg6 \
12
&& apt-get -y update \
13
&& apt-get -y install build-essential git libgomp1 curl pkg-config \
14
&& apt-get -y install libavcodec-dev libavdevice-dev libavfilter-dev libavutil-dev libswscale-dev libswresample-dev
0 commit comments