Spaces:
Build error
Build error
upgradio 5.45.0
Browse files- 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.
|
| 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 .
|