install ffmpeg for torch >= 2.1.0

This commit is contained in:
Fangjun Kuang 2023-12-22 23:36:54 +08:00
parent 5f5699c5dd
commit 0979a3eb0f
3 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ ARG _KALDIFEAT_VERSION="${KALDIFEAT_VERSION}+cpu.torch${TORCH_VERSION}"
RUN apt-get update -y && \
apt-get install -qq -y \
ffmpeg \
git \
git-lfs \
less \

View File

@ -2,7 +2,7 @@ name: build-cpu-docker
on:
push:
branches:
- ci-train-3
- ci-train-2
workflow_dispatch:
concurrency:

View File

@ -3,7 +3,7 @@ on:
push:
branches:
- master
- ci-train-2
- ci-train-3
pull_request:
branches: