elismasilva commited on
Commit
15d2a37
·
1 Parent(s): 7e5e612

fix gradio version in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ COPY requirements.txt .
23
  # Fresh install of Gradio 6 as recommended by Gradio team
24
  # Install in a single command to avoid conflicts
25
  RUN pip install --no-cache-dir --upgrade pip && \
26
- pip install --no-cache-dir "gradio[mcp,oauth]==5.49.1" && \
27
  pip install --no-cache-dir -r requirements.txt
28
 
29
  # Copy application code
 
23
  # Fresh install of Gradio 6 as recommended by Gradio team
24
  # Install in a single command to avoid conflicts
25
  RUN pip install --no-cache-dir --upgrade pip && \
26
+ pip install --no-cache-dir "gradio[mcp,oauth]==5.50.0" && \
27
  pip install --no-cache-dir -r requirements.txt
28
 
29
  # Copy application code