mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-03 22:24:19 +00:00
install ffmpeg for torch >= 2.1.0
This commit is contained in:
parent
5f5699c5dd
commit
0979a3eb0f
1
.github/scripts/docker/Dockerfile
vendored
1
.github/scripts/docker/Dockerfile
vendored
@ -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 \
|
||||
|
2
.github/workflows/build-cpu-docker.yml
vendored
2
.github/workflows/build-cpu-docker.yml
vendored
@ -2,7 +2,7 @@ name: build-cpu-docker
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- ci-train-3
|
||||
- ci-train-2
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
2
.github/workflows/train-librispeech.yml
vendored
2
.github/workflows/train-librispeech.yml
vendored
@ -3,7 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- ci-train-2
|
||||
- ci-train-3
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
|
Loading…
x
Reference in New Issue
Block a user