From ca0a682796b249788118b2876a2f49cb6ad33694 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:04:41 +0200 Subject: [PATCH] Update docker image to use `av` (#38548) * Update * Update --------- Co-authored-by: ydshieh --- docker/transformers-all-latest-gpu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/transformers-all-latest-gpu/Dockerfile b/docker/transformers-all-latest-gpu/Dockerfile index a0dc15579b..f9e9aa1789 100644 --- a/docker/transformers-all-latest-gpu/Dockerfile +++ b/docker/transformers-all-latest-gpu/Dockerfile @@ -45,7 +45,7 @@ RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/pef RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/optimum@main#egg=optimum # For video model testing -RUN python3 -m pip install --no-cache-dir av==9.2.0 +RUN python3 -m pip install --no-cache-dir av # Some slow tests require bnb RUN python3 -m pip install --no-cache-dir bitsandbytes