Spaces:
Running
on
A100
Running
on
A100
Update Dockerfile
Browse files- 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 .
|