mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 22:02:06 +00:00
fix: include ffmpeg deps in autodocs workflow
This commit is contained in:
parent
96968a0da3
commit
167c6f06ab
2
.github/workflows/autodocs.yaml
vendored
2
.github/workflows/autodocs.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Install Protocol Buffers compiler
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y protobuf-compiler libprotobuf-dev clang libavcodec-dev libavformat-dev libavutil-dev pkg-config
|
||||
sudo apt-get install -y protobuf-compiler libprotobuf-dev clang libavcodec-dev libavfilter-dev libavdevice-dev libavformat-dev libavutil-dev pkg-config
|
||||
|
||||
- name: Install Launcher
|
||||
id: install-launcher
|
||||
|
Loading…
Reference in New Issue
Block a user