Nekochu commited on
Commit
5d846d9
·
1 Parent(s): d6a3e45

remove lightning dep (not needed, breaks CPU torch index)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -77,7 +77,7 @@ RUN curl -fL --retry 3 --retry-delay 5 -o /app/models/vae-BF16.gguf \
77
  RUN pip3 install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu \
78
  "gradio[mcp]>=6.0.0,<7.0.0" requests torch safetensors \
79
  "transformers>=4.51.0,<4.58.0" peft>=0.18.0 \
80
- loguru "torchaudio==2.4.0" "diffusers==0.30.3" lightning numpy tensorboard soundfile \
81
  einops vector_quantize_pytorch librosa mutagen demucs-infer \
82
  faster-whisper silero-vad
83
 
 
77
  RUN pip3 install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu \
78
  "gradio[mcp]>=6.0.0,<7.0.0" requests torch safetensors \
79
  "transformers>=4.51.0,<4.58.0" peft>=0.18.0 \
80
+ loguru "torchaudio==2.4.0" "diffusers==0.30.3" numpy tensorboard soundfile \
81
  einops vector_quantize_pytorch librosa mutagen demucs-infer \
82
  faster-whisper silero-vad
83