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 01e81d3 commit 39627d6Copy full SHA for 39627d6
etc/Dockerfile.amd64
@@ -7,10 +7,10 @@ ARG BASE_CUDA_RUN_CONTAINER=nvidia/cuda:${CUDA_VERSION}-runtime-ubuntu${UBUNTU_V
7
# Setup build container
8
FROM ${BASE_CUDA_DEV_CONTAINER} AS build
9
ARG CUDA_DOCKER_ARCH=all
10
-RUN apt-get -y install software-properties-common \
+RUN apt-get -y update \
11
+ && apt-get -y install build-essential software-properties-common git libgomp1 curl pkg-config \
12
&& add-apt-repository -y ppa:ubuntuhandbook1/ffmpeg6 \
13
&& apt-get -y update \
- && 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
15
16
# Install go
0 commit comments