Skip to content

Commit 64fa7e6

Browse files
authored
ci: Remove texinfo from ffmpeg install (#1071)
* Remove texinfo from ffmpeg install Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> * Update preflight for docker changes Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> --------- Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com>
1 parent 0bdf38c commit 64fa7e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/cicd-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
nemo_curator/**
6565
.github/**
6666
pyproject.toml
67-
Dockerfile
67+
docker/**
6868
tests/**
6969
base_sha: ${{ steps.base-ref.outputs.base }}
7070

docker/common/install_ffmpeg.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ apt-get install -y \
5050
libvpx-dev \
5151
libwebp-dev \
5252
pkg-config \
53-
texinfo \
5453
vainfo \
5554
wget \
5655
yasm \

0 commit comments

Comments
 (0)