Skip to content

Commit 18231af

Browse files
authored
Update Dockerfile.amd64
1 parent e00f635 commit 18231af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

etc/Dockerfile.amd64

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ ARG BASE_CUDA_RUN_CONTAINER=nvidia/cuda:${CUDA_VERSION}-runtime-ubuntu${UBUNTU_V
77
# Setup build container
88
FROM ${BASE_CUDA_DEV_CONTAINER} AS build
99
ARG CUDA_DOCKER_ARCH=all
10-
RUN apt-get -y update && apt-get -y install build-essential git libgomp1 curl pkg-config
10+
RUN add-apt-repository -y ppa:ubuntuhandbook1/ffmpeg6 \
11+
&& apt-get -y update \
12+
&& apt-get -y install build-essential git libgomp1 curl pkg-config \
13+
&& apt-get -y install libavcodec-dev libavdevice-dev libavfilter-dev libavutil-dev libswscale-dev libswresample-dev
1114

1215
# Install go
1316
ARG GO_VERSION=1.22.5

0 commit comments

Comments
 (0)