[CPU] Support Qwen3.8 text+video: adding torchcodec, ffmpeg and removing pin_memory (#35492)

This commit is contained in:
YanbingJiang
2026-09-09 09:22:58 +08:00
committed by GitHub
parent da821aad11
commit a67a31aa81
4 changed files with 17 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ RUN apt-get update && \
apt-get full-upgrade -y && \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
ca-certificates \
ffmpeg \
git \
curl \
wget \