utkarsh-dixit commited on
Commit
70e6a5f
·
1 Parent(s): 1de4c74

feat: add dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ghcr.io/collabora/whisperfusion:latest
2
+
3
+ COPY ./examples /examples
4
+ WORKDIR /examples/chatbot/html
5
+ CMD ["python", "-m", "http.server", "7860"]