File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
PROGNAME=$( basename " $0 " )
7
7
FFMPEG_VERSION=6.0
8
- SCRIPT_VERSION=1.46
8
+ SCRIPT_VERSION=1.47
9
9
CWD=$( pwd)
10
10
PACKAGES=" $CWD /packages"
11
11
WORKSPACE=" $CWD /workspace"
Original file line number Diff line number Diff line change @@ -15,11 +15,10 @@ RUN apt-get update \
15
15
&& dpkg -i cuda-keyring_1.0-1_all.deb \
16
16
&& apt-get update
17
17
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 \
19
19
cuda="${CUDAVER}" \
20
20
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
21
21
22
-
23
22
WORKDIR /app
24
23
COPY ./build-ffmpeg /app/build-ffmpeg
25
24
You can’t perform that action at this time.
0 commit comments