Spaces:
Running
Running
pin diffusers==0.30.3 for torch 2.4.x compat
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -73,7 +73,7 @@ RUN curl -fL --retry 3 --retry-delay 5 -o /app/models/vae-BF16.gguf \
|
|
| 73 |
RUN pip3 install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu \
|
| 74 |
"gradio[mcp]==5.29.0" requests torch safetensors \
|
| 75 |
transformers>=4.51.0 peft>=0.18.0 accelerate>=1.12.0 \
|
| 76 |
-
loguru "torchaudio==2.4.0" diffusers lightning numpy tensorboard soundfile
|
| 77 |
|
| 78 |
# Clone ACE-Step repo for training module
|
| 79 |
RUN git clone --depth 1 https://github.com/ace-step/ACE-Step-1.5 /app/ace-step-source
|
|
|
|
| 73 |
RUN pip3 install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu \
|
| 74 |
"gradio[mcp]==5.29.0" requests torch safetensors \
|
| 75 |
transformers>=4.51.0 peft>=0.18.0 accelerate>=1.12.0 \
|
| 76 |
+
loguru "torchaudio==2.4.0" "diffusers==0.30.3" lightning numpy tensorboard soundfile
|
| 77 |
|
| 78 |
# Clone ACE-Step repo for training module
|
| 79 |
RUN git clone --depth 1 https://github.com/ace-step/ACE-Step-1.5 /app/ace-step-source
|