From 9668088b27d449a13221dc5742e834b297e2a7d5 Mon Sep 17 00:00:00 2001 From: Artsiom Siamashka Date: Fri, 3 Apr 2026 19:35:44 +0200 Subject: [PATCH] Added HunyuanVideo folder to the python sources list --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 998387a..49429ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,8 @@ RUN uv pip install --index-strategy unsafe-best-match -r /app/HunyuanVideo-1.5/r && uv pip install --upgrade tencentcloud-sdk-python \ && uv pip install sgl-kernel==0.3.18 +ENV PYTHONPATH="/app/HunyuanVideo-1.5:$PYTHONPATH" + # Optional attention backends from Hunyuan docs. # Build with: --build-arg INSTALL_OPTIONAL_ATTENTION=1 ARG INSTALL_OPTIONAL_ATTENTION=0