mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 08:22:07 +00:00
fix: include more deps for ffmpeg as docs suggest
This commit is contained in:
parent
16007b68bd
commit
39fac7ecd4
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 libavutil-dev pkg-config
|
||||
sudo apt-get install -y protobuf-compiler libprotobuf-dev clang libavcodec-dev libavformat-dev libavutil-dev pkg-config
|
||||
|
||||
- name: Install Launcher
|
||||
id: install-launcher
|
||||
|
Loading…
Reference in New Issue
Block a user