fffiloni commited on
Commit
edfedbd
1 Parent(s): cb31b68

Update Dockerfile

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