File size: 146 Bytes
70e6a5f
 
 
 
 
1
2
3
4
5
6
FROM ghcr.io/collabora/whisperfusion:latest

COPY ./examples /examples
WORKDIR /examples/chatbot/html
CMD ["python", "-m", "http.server", "7860"]