fffiloni commited on
Commit
bf94e1a
·
verified ·
1 Parent(s): b7bfd7a

upgradio 5.45.0

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -115,7 +115,7 @@ RUN pip install --no-cache-dir git+https://github.com/IDEA-Research/GroundingDIN
115
  cd ..
116
 
117
  # Upgrade pip and install Gradio
118
- RUN python3 -m pip install --no-cache-dir gradio==5.44.1 accelerate==1.0.1
119
 
120
  # Copy the app.py file from the host to the container
121
  COPY --chown=user:user app.py .
 
115
  cd ..
116
 
117
  # Upgrade pip and install Gradio
118
+ RUN python3 -m pip install --no-cache-dir gradio==5.45.0 accelerate==1.0.1
119
 
120
  # Copy the app.py file from the host to the container
121
  COPY --chown=user:user app.py .