Skip to content

Commit 9a689c2

Browse files
authored
Update cuda-ubuntu.dockerfile
1 parent 743e86c commit 9a689c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cuda-ubuntu.dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ RUN apt-get update \
1515
&& dpkg -i cuda-keyring_1.0-1_all.deb \
1616
&& apt-get update
1717

18-
RUN apt-get -y --no-install-recommends install build-essential curl libva-dev python3 python-is-python3 ninja-build meson \
18+
RUN apt-get -y --no-install-recommends install build-essential curl libva-dev python3 python-is-python3 ninja-build meson cmake \
1919
cuda="${CUDAVER}" \
2020
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
2121

22-
RUN update-alternatives --set cc /usr/bin/gcc
23-
2422
WORKDIR /app
2523
COPY ./build-ffmpeg /app/build-ffmpeg
2624

0 commit comments

Comments
 (0)