Nekochu commited on
Commit
9822bee
·
1 Parent(s): afccbc0

force uninstall torchcodec (torchaudio dependency, broken on Ubuntu 22.04)

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -73,7 +73,8 @@ 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 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 diffusers lightning numpy tensorboard soundfile \
77
+ && pip3 uninstall -y torchcodec 2>/dev/null; true
78
 
79
  # Clone ACE-Step repo for training module
80
  RUN git clone --depth 1 https://github.com/ace-step/ACE-Step-1.5 /app/ace-step-source