Nekochu commited on
Commit
eb0e7f8
·
1 Parent(s): 0f0b7b0

install gradio[mcp] for mcp_server support

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -71,7 +71,7 @@ RUN curl -fL --retry 3 --retry-delay 5 -o /app/models/vae-BF16.gguf \
71
 
72
  # Install Python deps for Gradio UI + training
73
  RUN pip3 install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu \
74
- gradio==5.29.0 requests torch safetensors \
75
  transformers>=4.51.0 peft>=0.18.0 accelerate>=1.12.0
76
 
77
  # Clone ACE-Step repo for training module
 
71
 
72
  # Install Python deps for Gradio UI + training
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
 
77
  # Clone ACE-Step repo for training module