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 && \ RUN apt-get update -y && \
apt-get install -qq -y \ apt-get install -qq -y \
ffmpeg \
git \ git \
git-lfs \ git-lfs \
less \ less \

View File

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

View File

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