-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ubi): upgrade ffmpeg and remove unnecessary build requirements
- Update the `PYTHON_VERSION` to `3.11`. - Add two new `ARG` commands: `PIP_NO_COMPILE=true` and `PIP_DISABLE_PIP_VERSION_CHECK=true` for pip usage. - Update the `pip3.11 install` command to include `-U --force-reinstall pip setuptools wheel` options and remove `dumb-init` from the list of packages to install. - Remove the copying of `ffmpeg` and `ffprobe` binaries from `mwader/static-ffmpeg:6.1.1` - Add copying of `ffmpeg` and `dumb-init` binaries from `ghcr.io/jim60105/static-ffmpeg-upx:7.0-1` - Update the `PYTHONPATH` variable setting and `COPY --link` commands with ownership and permissions changes. - Add the `chown` command to the `COPY --link` command used to copy `LICENSE` and `whisperX/LICENSE`. - Added a missing colon in the environment variable setting for `ENV WHISPER_MODEL=`. - Consolidate command lines in the `COPY --link --chown=$UID:0 --chmod=775 --from=load_align ${CACHE_HOME} ${CACHE_HOME}` command. Signed-off-by: 陳鈞 <jim60105@gmail.com>
- Loading branch information
Showing
1 changed file
with
31 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters