WhisperFusion / Dockerfile
utkarsh-dixit's picture
feat: add dockerfile
70e6a5f
FROM ghcr.io/collabora/whisperfusion:latest
COPY ./examples /examples
WORKDIR /examples/chatbot/html
CMD ["python", "-m", "http.server", "7860"]