Spaces:
Sleeping
Sleeping
upgradio 6.14.0
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -119,7 +119,7 @@ RUN git clone https://github.com/luca-medeiros/lang-segment-anything /tmp/lang-s
|
|
| 119 |
pip install --no-deps -e .
|
| 120 |
|
| 121 |
# Install Gradio and accelerate
|
| 122 |
-
RUN python3 -m pip install --no-cache-dir gradio==6.
|
| 123 |
|
| 124 |
# Optional: avoids hot-reload warning on Spaces
|
| 125 |
RUN pip install --no-cache-dir spaces
|
|
|
|
| 119 |
pip install --no-deps -e .
|
| 120 |
|
| 121 |
# Install Gradio and accelerate
|
| 122 |
+
RUN python3 -m pip install --no-cache-dir gradio==6.14.0 accelerate==1.0.1
|
| 123 |
|
| 124 |
# Optional: avoids hot-reload warning on Spaces
|
| 125 |
RUN pip install --no-cache-dir spaces
|