Skip to content

Commit d732d6d

Browse files
authored
Merge pull request #44 from mutablelogic/djthorpe-patch-2
Update Dockerfile.amd64
2 parents 18231af + eb5c6d0 commit d732d6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/Dockerfile.amd64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ 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 add-apt-repository -y ppa:ubuntuhandbook1/ffmpeg6 \
10+
RUN apt-get -y install software-properties-common \
11+
&& add-apt-repository -y ppa:ubuntuhandbook1/ffmpeg6 \
1112
&& apt-get -y update \
1213
&& apt-get -y install build-essential git libgomp1 curl pkg-config \
1314
&& apt-get -y install libavcodec-dev libavdevice-dev libavfilter-dev libavutil-dev libswscale-dev libswresample-dev

0 commit comments

Comments
 (0)