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 051a010 commit 743e86cCopy full SHA for 743e86c
cuda-ubuntu.dockerfile
@@ -19,6 +19,7 @@ RUN apt-get -y --no-install-recommends install build-essential curl libva-dev py
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
0 commit comments