Spaces:
Running
Running
Commit ·
534205c
1
Parent(s): cfe963c
Change to use base image
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
-
FROM semibit/depthflow:
|
| 2 |
EXPOSE 7860
|
| 3 |
-
|
| 4 |
-
RUN
|
| 5 |
# Pass CPU
|
| 6 |
ENTRYPOINT ["/bin/bash", "-c", "printf \"cpu\n\" | script -q /dev/null -c \"uvx depthflow gradio\""]
|
|
|
|
| 1 |
+
FROM semibit/depthflow:base
|
| 2 |
EXPOSE 7860
|
| 3 |
+
|
|
|
|
| 4 |
# Pass CPU
|
| 5 |
ENTRYPOINT ["/bin/bash", "-c", "printf \"cpu\n\" | script -q /dev/null -c \"uvx depthflow gradio\""]
|