Skip to content

Commit

Permalink
Update Dockerfile.amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe authored Jul 30, 2024
1 parent 01e81d3 commit 39627d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ ARG BASE_CUDA_RUN_CONTAINER=nvidia/cuda:${CUDA_VERSION}-runtime-ubuntu${UBUNTU_V
# Setup build container
FROM ${BASE_CUDA_DEV_CONTAINER} AS build
ARG CUDA_DOCKER_ARCH=all
RUN apt-get -y install software-properties-common \
RUN apt-get -y update \
&& apt-get -y install build-essential software-properties-common git libgomp1 curl pkg-config \
&& add-apt-repository -y ppa:ubuntuhandbook1/ffmpeg6 \
&& apt-get -y update \
&& apt-get -y install build-essential git libgomp1 curl pkg-config \
&& apt-get -y install libavcodec-dev libavdevice-dev libavfilter-dev libavutil-dev libswscale-dev libswresample-dev

# Install go
Expand Down

0 comments on commit 39627d6

Please sign in to comment.