Add FFmpeg dev headers for decord build
Some checks are pending
GPU Worker CI/CD / test (push) Waiting to run
GPU Worker CI/CD / deploy (push) Blocked by required conditions

This commit is contained in:
giles
2026-02-04 01:52:21 +00:00
parent c4004b3f5d
commit 3a02fca7fd

View File

@@ -13,6 +13,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
cmake \
build-essential \
pkg-config \
libavcodec-dev \
libavformat-dev \
libavutil-dev \
libavdevice-dev \
libavfilter-dev \
libswresample-dev \
libswscale-dev \
&& rm -rf /var/lib/apt/lists/* \
&& ln -sf /usr/bin/python3.11 /usr/bin/python3 \
&& ln -sf /usr/bin/python3 /usr/bin/python