shiveshnavin commited on
Commit
534205c
·
1 Parent(s): cfe963c

Change to use base image

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -1,6 +1,5 @@
1
- FROM semibit/depthflow:latest
2
  EXPOSE 7860
3
- RUN apt-get install -y util-linux
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\""]