Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ COPY setup_runtime.sh /setup_runtime.sh
|
|
17 |
RUN chmod +x /setup_runtime.sh
|
18 |
|
19 |
# Lightweight install to keep Hugging Face build stable
|
20 |
-
RUN pip install --no-cache-dir gradio
|
21 |
|
22 |
# Default command runs the heavy setup at runtime
|
23 |
CMD ["/bin/bash", "/setup_runtime.sh"]
|
|
|
17 |
RUN chmod +x /setup_runtime.sh
|
18 |
|
19 |
# Lightweight install to keep Hugging Face build stable
|
20 |
+
RUN pip install --no-cache-dir gradio
|
21 |
|
22 |
# Default command runs the heavy setup at runtime
|
23 |
CMD ["/bin/bash", "/setup_runtime.sh"]
|