Skip to content

Conversation

@aaabhijith13
Copy link

Summary

This PR adds Docker and docker-compose support to SenseVoice to simplify setup,
ensure reproducibility, and enable easier deployment for inference and development.

Motivation

Current setup requires manual environment configuration.
Docker enables:

  • One-command setup
  • Consistent runtime across systems
  • Easier cloud and GPU deployment

What’s included

  • Dockerfile
  • docker-compose.yml
  • Documentation in README and docs/docker.md

How to use

docker build -t sensevoice .
docker run --rm sensevoice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant