Semibit commited on
Commit
c84ef14
·
verified ·
1 Parent(s): 41716c1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,3 +1,5 @@
1
  FROM semibit/depthflow:latest
2
  EXPOSE 7860
 
 
3
  ENTRYPOINT ["/bin/bash", "-c", "echo \"cpu\" | uvx depthflow gradio"]
 
1
  FROM semibit/depthflow:latest
2
  EXPOSE 7860
3
+
4
+ # Pass CPU
5
  ENTRYPOINT ["/bin/bash", "-c", "echo \"cpu\" | uvx depthflow gradio"]