fffiloni commited on
Commit
8166024
·
verified ·
1 Parent(s): b9e9e21

upgradio 5.44.1

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