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 committed Oct 13, 2023
1 parent 743e86c commit 9a689c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cuda-ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ RUN apt-get update \
&& dpkg -i cuda-keyring_1.0-1_all.deb \
&& apt-get update

RUN apt-get -y --no-install-recommends install build-essential curl libva-dev python3 python-is-python3 ninja-build meson \
RUN apt-get -y --no-install-recommends install build-essential curl libva-dev python3 python-is-python3 ninja-build meson cmake \
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 9a689c2

Please sign in to comment.