Skip to content

Add Docker and Docker Compose support#272

Merged
LauraGPT merged 1 commit intoFunAudioLLM:mainfrom
aaabhijith13:docker-support
Dec 30, 2025
Merged

Add Docker and Docker Compose support#272
LauraGPT merged 1 commit intoFunAudioLLM:mainfrom
aaabhijith13:docker-support

Conversation

@aaabhijith13
Copy link
Copy Markdown

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

@LauraGPT LauraGPT merged commit 3def00d into FunAudioLLM:main Dec 30, 2025
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.

2 participants