fffiloni commited on
Commit
c54bd9c
·
verified ·
1 Parent(s): c1ce6f3

upgradio 6.14.0

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -119,7 +119,7 @@ RUN git clone https://github.com/luca-medeiros/lang-segment-anything /tmp/lang-s
119
  pip install --no-deps -e .
120
 
121
  # Install Gradio and accelerate
122
- RUN python3 -m pip install --no-cache-dir gradio==6.13.0 accelerate==1.0.1
123
 
124
  # Optional: avoids hot-reload warning on Spaces
125
  RUN pip install --no-cache-dir spaces
 
119
  pip install --no-deps -e .
120
 
121
  # Install Gradio and accelerate
122
+ RUN python3 -m pip install --no-cache-dir gradio==6.14.0 accelerate==1.0.1
123
 
124
  # Optional: avoids hot-reload warning on Spaces
125
  RUN pip install --no-cache-dir spaces