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 743e86c commit 9a689c2Copy full SHA for 9a689c2
cuda-ubuntu.dockerfile
@@ -15,12 +15,10 @@ RUN apt-get update \
15
&& dpkg -i cuda-keyring_1.0-1_all.deb \
16
&& apt-get update
17
18
-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 \
19
cuda="${CUDAVER}" \
20
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
21
22
-RUN update-alternatives --set cc /usr/bin/gcc
23
-
24
WORKDIR /app
25
COPY ./build-ffmpeg /app/build-ffmpeg
26
0 commit comments