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 55
66PROGNAME=$( basename " $0 " )
77FFMPEG_VERSION=6.0
8- SCRIPT_VERSION=1.46
8+ SCRIPT_VERSION=1.47
99CWD=$( pwd)
1010PACKAGES=" $CWD /packages"
1111WORKSPACE=" $CWD /workspace"
Original file line number Diff line number Diff line change @@ -15,11 +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-
2322WORKDIR /app
2423COPY ./build-ffmpeg /app/build-ffmpeg
2524
You can’t perform that action at this time.
0 commit comments