minor fix
Docker Build and Release Upload / build-comfyui-rocm (push) Has been cancelled
Docker Build and Release Upload / build-uvicorn (push) Has been cancelled
Docker Build and Release Upload / build-comfyui-cuda (push) Failing after 6m52s

This commit is contained in:
2026-05-17 20:58:48 -07:00
parent 002f10e8fb
commit 2a524d3391
2 changed files with 20 additions and 4 deletions
+4 -3
View File
@@ -16,9 +16,10 @@ RUN apt update && apt install -y \
sox \
libsox-dev
# 2. Clone and build the torchaudio
RUN git clone -b main https://github.com/pytorch/audio.git && \
cd audio && \
# 2. Clone and build the torchaudio stable
RUN wget https://github.com/pytorch/audio/archive/refs/tags/v2.11.0.tar.gz && \
tar -xf v2.11.0.tar.gz && \
cd audio-2.11.0 && \
pip install --no-build-isolation --no-deps -v .
# Set working directory