Skip to content

Commit 743e86c

Browse files
authored
Update cuda-ubuntu.dockerfile
1 parent 051a010 commit 743e86c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda-ubuntu.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN apt-get -y --no-install-recommends install build-essential curl libva-dev py
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
2223

2324
WORKDIR /app
2425
COPY ./build-ffmpeg /app/build-ffmpeg

0 commit comments

Comments
 (0)