Skip to content

Commit

Permalink
Update cuda-ubuntu.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-perl authored Oct 13, 2023
1 parent 051a010 commit 743e86c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cuda-ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apt-get -y --no-install-recommends install build-essential curl libva-dev py
cuda="${CUDAVER}" \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*

RUN update-alternatives --set cc /usr/bin/gcc

WORKDIR /app
COPY ./build-ffmpeg /app/build-ffmpeg
Expand Down

0 comments on commit 743e86c

Please sign in to comment.