deepthflow / Dockerfile
shiveshnavin's picture
Add docker image base
cfdcf3e
raw
history blame
153 Bytes
FROM semibit/deepthflow:base
EXPOSE 7860
# Pass CPU
ENTRYPOINT ["/bin/bash", "-c", "printf \"cpu\n\" | script -q /dev/null -c \"uvx depthflow gradio\""]