Skip to content

Commit 39627d6

Browse files
authored
Update Dockerfile.amd64
1 parent 01e81d3 commit 39627d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/Dockerfile.amd64

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

1616
# Install go

0 commit comments

Comments
 (0)