forked from LiveCarta/ContentGeneration
Updated dependecies installation process
This commit is contained in:
@@ -44,9 +44,9 @@ RUN if [ ! -f /app/HunyuanVideo-1.5/requirements.txt ]; then \
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Install HunyuanVideo dependencies from upstream README guidance.
|
# Install HunyuanVideo dependencies from upstream README guidance.
|
||||||
RUN python3 -m pip install -r /app/HunyuanVideo-1.5/requirements.txt \
|
RUN uv pip install --index-strategy unsafe-best-match -r /app/HunyuanVideo-1.5/requirements.txt \
|
||||||
&& python3 -m pip install --upgrade tencentcloud-sdk-python \
|
&& uv pip install --upgrade tencentcloud-sdk-python \
|
||||||
&& python3 -m pip install sgl-kernel==0.3.18
|
&& uv pip install sgl-kernel==0.3.18
|
||||||
|
|
||||||
# Optional attention backends from Hunyuan docs.
|
# Optional attention backends from Hunyuan docs.
|
||||||
# Build with: --build-arg INSTALL_OPTIONAL_ATTENTION=1
|
# Build with: --build-arg INSTALL_OPTIONAL_ATTENTION=1
|
||||||
|
|||||||
Reference in New Issue
Block a user