fffiloni commited on
Commit
458d6f9
·
verified ·
1 Parent(s): 0a084dd

Update Dockerfile

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.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.0.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 .